Age | Commit message (Expand) | Author | Files | Lines |
2017-09-22 | arch: remove unused *_segments() macros/functions |  Tobias Klauser | 1 | -8/+0 |
2017-08-31 | binfmt_flat: fix arch/m32r and arch/microblaze flat_put_addr_at_rp() |  Randy Dunlap | 1 | -1/+2 |
2017-08-17 | arch: Remove spin_unlock_wait() arch-specific definitions |  Paul E. McKenney | 1 | -5/+0 |
2017-08-03 | sock: add SOCK_ZEROCOPY sockopt |  Willem de Bruijn | 1 | -0/+2 |
2017-07-10 | m32r: move generic-y of exported headers to uapi/asm/Kbuild |  Masahiro Yamada | 2 | -4/+3 |
2017-07-03 | binfmt_flat: flat_{get,put}_addr_from_rp() should be able to fail |  Al Viro | 1 | -11/+8 |
2017-06-28 | arch: remove unused macro/function thread_saved_pc() |  Tobias Klauser | 1 | -2/+0 |
2017-06-21 | net: introduce SO_PEERGROUPS getsockopt |  David Herrmann | 1 | -0/+2 |
2017-06-20 | m32r: remove DMA_ERROR_CODE |  Christoph Hellwig | 1 | -2/+0 |
2017-06-04 | signal: Remove non-uapi <asm/siginfo.h> |  Christoph Hellwig | 2 | -6/+2 |
2017-05-27 | trim __ARCH_WANT_SYS_OLD_GETRLIMIT |  Al Viro | 1 | -1/+0 |
2017-05-21 | net: Define SCM_TIMESTAMPING_PKTINFO on all architectures. |  David S. Miller | 1 | -0/+2 |
2017-05-15 | get rid of unused __strncpy_from_user() instances |  Al Viro | 1 | -2/+0 |
2017-05-15 | kill strlen_user() |  Al Viro | 1 | -16/+0 |
2017-05-11 | uapi: export all headers under uapi directories |  Nicolas Dichtel | 1 | -31/+0 |
2017-04-26 | m32r: switch to RAW_COPY_USER |  Al Viro | 1 | -91/+7 |
2017-04-08 | New getsockopt option to get socket cookie |  Chenbo Feng | 1 | -0/+2 |
2017-03-28 | m32r: get rid of zeroing |  Al Viro | 1 | -65/+1 |
2017-03-28 | m32r: switch to generic extable.h |  Al Viro | 2 | -19/+2 |
2017-03-24 | net: Introduce SO_INCOMING_NAPI_ID |  Sridhar Samudrala | 1 | -0/+2 |
2017-03-22 | sock: introduce SO_MEMINFO getsockopt |  Josh Hunt | 1 | -0/+2 |
2017-03-05 | uaccess: drop duplicate includes from asm/uaccess.h |  Al Viro | 1 | -2/+0 |
2017-03-05 | uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h |  Al Viro | 1 | -3/+0 |
2017-03-02 | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> |  Ingo Molnar | 1 | -0/+2 |
2017-02-27 | kprobes: move kprobe declarations to asm-generic/kprobes.h |  Luis R. Rodriguez | 1 | -0/+1 |
2017-02-22 | m32r: fix build warning |  Sudip Mukherjee | 1 | -5/+10 |
2017-02-22 | m32r: use generic current.h |  Davidlohr Bueso | 2 | -15/+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 | -3/+1 |
2017-01-24 | treewide: Move dma_ops from struct dev_archdata into struct device |  Bart Van Assche | 2 | -3/+2 |
2017-01-24 | treewide: Constify most dma_map_ops structures |  Bart Van Assche | 2 | -2/+2 |
2016-12-12 | m32r: add simple dma |  Sudip Mukherjee | 2 | -1/+37 |
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-09-13 | m32r: fix __get_user() |  Al Viro | 1 | -1/+1 |
2016-06-16 | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() |  Peter Zijlstra | 1 | -2/+0 |
2016-06-16 | locking/atomic, arch/m32r: Implement atomic_fetch_{add,sub,and,or,xor}() |  Peter Zijlstra | 1 | -4/+34 |
2016-06-14 | locking/spinlock, arch: Update and fix spin_unlock_wait() implementations |  Peter Zijlstra | 1 | -2/+7 |
2016-03-13 | ipv4: Update parameters for csum_tcpudp_magic to their original types |  Alexander Duyck | 1 | -6/+4 |
2016-02-25 | net: Facility to report route quality of connected sockets |  Tom Herbert | 1 | -0/+2 |
2016-01-04 | soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPF |  Craig Gallek | 1 | -0/+3 |
2015-12-29 | m32r: add io*_rep helpers |  Sudip Mukherjee | 1 | -1/+9 |
2015-12-29 | m32r: fix build failure |  Sudip Mukherjee | 1 | -0/+1 |
2015-09-23 | atomic, arch: Audit atomic_{read,set}() |  Peter Zijlstra | 1 | -2/+2 |
2015-07-29 | arch/*/io.h: Add ioremap_uc() to all architectures |  Luis R. Rodriguez | 1 | -0/+1 |
2015-07-27 | atomic: Collapse all atomic_{set,clear}_mask definitions |  Peter Zijlstra | 1 | -11/+0 |
2015-07-27 | atomic: Provide atomic_{or,xor,and} |  Peter Zijlstra | 1 | -2/+0 |