Age | Commit message (Expand) | Author | Files | Lines |
2016-12-25 | clocksource: Use a plain u64 instead of cycle_t | Thomas Gleixner | 4 | -10/+10 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 20 | -20/+20 |
2016-12-18 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+2 |
2016-12-15 | ACPI/NUMA: Do not map pxm to node when NUMA is turned off | Boris Ostrovsky | 1 | -0/+2 |
2016-12-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -1/+1 |
2016-12-12 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -12/+13 |
2016-12-12 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -199/+72 |
2016-12-12 | mm: remove the page size change check in tlb_remove_page | Aneesh Kumar K.V | 1 | -12/+4 |
2016-12-12 | mm: add tlb_remove_check_page_size_change to track page size change | Aneesh Kumar K.V | 1 | -0/+6 |
2016-12-12 | mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pages | Aneesh Kumar K.V | 1 | -0/+3 |
2016-12-12 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+2 |
2016-12-12 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -91/+0 |
2016-11-30 | tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPING | Francis Yan | 1 | -0/+2 |
2016-11-22 | ptrace: Don't allow accessing an undumpable mm | Eric W. Biederman | 1 | -1/+1 |
2016-11-17 | locking/core: Provide common cpu_relax_yield() definition | Christian Borntraeger | 1 | -1/+0 |
2016-11-16 | locking/core, arch: Remove cpu_relax_lowlatency() | Christian Borntraeger | 1 | -1/+0 |
2016-11-16 | locking/core: Introduce cpu_relax_yield() | Christian Borntraeger | 1 | -0/+1 |
2016-11-15 | sched/cputime, powerpc, s390: Make scaled cputime arch specific | Stanislaw Gruszka | 1 | -2/+2 |
2016-11-09 | ia64/topology: Convert to hotplug state machine | Sebastian Andrzej Siewior | 1 | -47/+7 |
2016-11-09 | ia64/salinfo: Convert to hotplug state machine | Sebastian Andrzej Siewior | 1 | -51/+32 |
2016-11-09 | ia64/palinfo: Convert to hotplug state machine | Sebastian Andrzej Siewior | 1 | -44/+16 |
2016-11-09 | ia64/err-inject: Convert to hotplug state machine | Sebastian Andrzej Siewior | 1 | -57/+17 |
2016-10-25 | locking/mutex: Kill arch specific code | Peter Zijlstra | 1 | -90/+0 |
2016-10-19 | Merge branch 'gup_flag-cleanups' | Linus Torvalds | 2 | -6/+10 |
2016-10-19 | mm: replace access_process_vm() write parameter with gup_flags | Lorenzo Stoakes | 1 | -5/+9 |
2016-10-19 | mm: replace get_user_pages() write/force parameters with gup_flags | Lorenzo Stoakes | 1 | -1/+1 |
2016-10-14 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 27 | -98/+68 |
2016-10-14 | Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li... | Linus Torvalds | 1 | -4/+0 |
2016-10-07 | nmi_backtrace: generate one-line reports for idle cpus | Chris Metcalf | 1 | -0/+1 |
2016-10-07 | ia64: implement atomic64_dec_if_positive | Vineet Gupta | 1 | -0/+16 |
2016-10-03 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -22/+4 |
2016-10-03 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2016-10-03 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2016-09-30 | sched/core, ia64: Rename set_curr_task() | Peter Zijlstra | 1 | -5/+5 |
2016-09-22 | libata: remove unused definitions from <asm/libata-portmap.h> | Christoph Hellwig | 1 | -4/+0 |
2016-09-21 | x86/acpi: Set persistent cpuid <-> nodeid mapping when booting | Gu Zheng | 1 | -1/+1 |
2016-09-19 | ia64/mca: Convert to hotplug state machine | Sebastian Andrzej Siewior | 1 | -22/+4 |
2016-09-15 | Merge branch 'linus' into x86/asm, to pick up recent fixes | Ingo Molnar | 1 | -20/+13 |
2016-09-14 | Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -13/+10 |
2016-09-13 | ia64: copy_from_user() should zero the destination on access_ok() failure | Al Viro | 1 | -14/+11 |
2016-09-06 | usercopy: fold builtin_const check into inline function | Kees Cook | 1 | -8/+4 |
2016-08-24 | fork: Add generic vmalloced stack support | Andy Lutomirski | 1 | -1/+1 |
2016-08-08 | Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke... | Linus Torvalds | 2 | -3/+16 |
2016-08-07 | ia64: move exports to definitions | Al Viro | 25 | -92/+64 |
2016-08-07 | [kbuild] handle exports in lib-y objects reliably | Al Viro | 2 | -6/+4 |
2016-08-05 | Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni... | Linus Torvalds | 1 | -10/+0 |
2016-08-04 | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 4 | -28/+21 |
2016-08-02 | kdump: arrange for paddr_vmcoreinfo_note() to return phys_addr_t | Russell King | 1 | -1/+1 |
2016-08-02 | signal: consolidate {TS,TLF}_RESTORE_SIGMASK code | Andy Lutomirski | 1 | -28/+0 |
2016-08-02 | treewide: replace obsolete _refok by __ref | Fabian Frederick | 1 | -1/+1 |