Age | Commit message (Expand) | Author | Files | Lines |
2017-03-02 | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu... | Ingo Molnar | 2 | -0/+3 |
2017-02-27 | kprobes: move kprobe declarations to asm-generic/kprobes.h | Luis R. Rodriguez | 1 | -0/+1 |
2017-02-25 | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+2 |
2017-02-24 | alpha: use generic current.h | Davidlohr Bueso | 2 | -9/+1 |
2017-02-01 | sched/cputime: Remove generic asm headers | Frederic Weisbecker | 1 | -1/+0 |
2017-01-24 | treewide: Consolidate get_dma_ops() implementations | Bart Van Assche | 1 | -1/+1 |
2017-01-24 | treewide: Constify most dma_map_ops structures | Bart Van Assche | 1 | -2/+2 |
2016-12-12 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -10/+0 |
2016-11-30 | tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPING | Francis Yan | 1 | -0/+2 |
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-10-25 | locking/mutex: Kill arch specific code | Peter Zijlstra | 1 | -9/+0 |
2016-10-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -4/+5 |
2016-10-14 | Merge branch 'work.uaccess' into for-linus | Al Viro | 1 | -4/+5 |
2016-10-14 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -0/+1 |
2016-10-10 | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+5 |
2016-09-15 | alpha: get rid of tail-zeroing in __copy_user() | Al Viro | 1 | -4/+5 |
2016-09-09 | alpha: fix copy_from_user() | Al Viro | 1 | -11/+8 |
2016-09-09 | x86/pkeys: Allocation/free syscalls | Dave Hansen | 1 | -0/+5 |
2016-08-07 | alpha: move exports to actual definitions | Al Viro | 1 | -0/+1 |
2016-08-05 | Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni... | Linus Torvalds | 1 | -1/+0 |
2016-08-04 | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 1 | -2/+0 |
2016-08-02 | signal: consolidate {TS,TLF}_RESTORE_SIGMASK code | Andy Lutomirski | 1 | -27/+0 |
2016-07-25 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 3 | -72/+92 |
2016-06-24 | tree wide: get rid of __GFP_REPEAT for order-0 allocations part I | Michal Hocko | 1 | -2/+2 |
2016-06-16 | locking/atomic, arch/alpha: Convert to _relaxed atomics | Peter Zijlstra | 1 | -12/+24 |
2016-06-16 | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() | Peter Zijlstra | 1 | -2/+0 |
2016-06-16 | locking/atomic, arch/alpha: Implement atomic{,64}_fetch_{add,sub,and,andnot,o... | Peter Zijlstra | 1 | -9/+56 |
2016-06-14 | locking/spinlock, arch: Update and fix spin_unlock_wait() implementations | Peter Zijlstra | 1 | -2/+7 |
2016-06-08 | locking/rwsem: Remove rwsem_atomic_add() and rwsem_atomic_update() | Jason Low | 1 | -42/+0 |
2016-06-08 | locking/rwsem: Convert sem->count to 'atomic_long_t' | Jason Low | 1 | -13/+13 |
2016-06-04 | char/genrtc: remove alpha support | Arnd Bergmann | 1 | -1/+0 |
2016-04-13 | locking/rwsem, alpha: Provide __down_write_killable() | Michal Hocko | 1 | -2/+16 |
2016-03-22 | alpha/extable: use generic search and sort routines | Ard Biesheuvel | 1 | -2/+8 |
2016-03-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2 | -8/+6 |
2016-03-17 | Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -4/+0 |
2016-03-17 | Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -4/+4 |
2016-03-13 | ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short | Alexander Duyck | 1 | -2/+1 |
2016-03-13 | ipv4: Update parameters for csum_tcpudp_magic to their original types | Alexander Duyck | 1 | -6/+3 |
2016-03-07 | PCI: Move pci_dma_* helpers to common code | Christoph Hellwig | 1 | -7/+0 |
2016-02-25 | net: Facility to report route quality of connected sockets | Tom Herbert | 1 | -0/+2 |
2016-02-16 | gpio: Remove unused asm/gpio.h files | Bjorn Helgaas | 1 | -4/+0 |
2016-02-05 | PCI: Remove includes of empty asm-generic/pci-bridge.h | Bjorn Helgaas | 1 | -1/+0 |
2016-01-28 | serial: Fix ASYNC_* => UPF_* flags misuse | Peter Hurley | 1 | -4/+4 |
2016-01-20 | dma-mapping: always provide the dma_map_ops based implementation | Christoph Hellwig | 1 | -2/+0 |
2016-01-20 | mm: arch: remove duplicate definitions of MADV_FREE | Guenter Roeck | 1 | -1/+0 |
2016-01-15 | arch/*/include/uapi/asm/mman.h: : let MADV_FREE have same value for all archi... | Chen Gang | 1 | -0/+1 |
2016-01-15 | mm: define MADV_FREE for some arches | Minchan Kim | 1 | -0/+1 |
2016-01-04 | soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPF | Craig Gallek | 1 | -0/+3 |