| Commit message (Expand) | Author | Age | Files | Lines |
* | arch: remove unused *_segments() macros/functions | Tobias Klauser | 2017-09-23 | 1 | -8/+0 |
* | m32r: defconfig: cleanup from old Kconfig options | Krzysztof Kozlowski | 2017-09-09 | 12 | -37/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2017-09-06 | 1 | -0/+2 |
|\ |
|
| * | sock: add SOCK_ZEROCOPY sockopt | Willem de Bruijn | 2017-08-04 | 1 | -0/+2 |
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-09-04 | 1 | -5/+0 |
|\ \ |
|
| * | | arch: Remove spin_unlock_wait() arch-specific definitions | Paul E. McKenney | 2017-08-17 | 1 | -5/+0 |
| |/ |
|
* / | binfmt_flat: fix arch/m32r and arch/microblaze flat_put_addr_at_rp() | Randy Dunlap | 2017-08-31 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-07-15 | 1 | -11/+8 |
|\ |
|
| * | binfmt_flat: flat_{get,put}_addr_from_rp() should be able to fail | Al Viro | 2017-07-04 | 1 | -11/+8 |
* | | m32r: move generic-y of exported headers to uapi/asm/Kbuild | Masahiro Yamada | 2017-07-09 | 2 | -4/+3 |
* | | Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-07-07 | 3 | -27/+0 |
|\ \ |
|
| * | | get rid of unused __strncpy_from_user() instances | Al Viro | 2017-05-16 | 3 | -11/+0 |
| * | | kill strlen_user() | Al Viro | 2017-05-16 | 1 | -16/+0 |
| |/ |
|
* | | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2017-07-07 | 1 | -1/+0 |
|\ \ |
|
| * | | trim __ARCH_WANT_SYS_OLD_GETRLIMIT | Al Viro | 2017-05-27 | 1 | -1/+0 |
| |/ |
|
* | | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2017-07-07 | 2 | -2/+1 |
|\ \ |
|
| * | | drivers: dma-mapping: allow dma_common_mmap() for NOMMU | Vladimir Murzin | 2017-06-30 | 1 | -0/+1 |
| * | | m32r: remove DMA_ERROR_CODE | Christoph Hellwig | 2017-06-20 | 1 | -2/+0 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2017-07-05 | 1 | -0/+4 |
|\ \ |
|
| * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-06-30 | 2 | -10/+0 |
| |\ \ |
|
| * | | | net: introduce SO_PEERGROUPS getsockopt | David Herrmann | 2017-06-21 | 1 | -0/+2 |
| * | | | net: Define SCM_TIMESTAMPING_PKTINFO on all architectures. | David S. Miller | 2017-05-22 | 1 | -0/+2 |
| | |/
| |/| |
|
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-07-04 | 2 | -6/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | signal: Remove non-uapi <asm/siginfo.h> | Christoph Hellwig | 2017-06-04 | 2 | -6/+2 |
| |/ |
|
* / | arch: remove unused macro/function thread_saved_pc() | Tobias Klauser | 2017-06-29 | 2 | -10/+0 |
|/ |
|
* | uapi: export all headers under uapi directories | Nicolas Dichtel | 2017-05-10 | 1 | -31/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2017-05-03 | 1 | -0/+6 |
|\ |
|
| * | New getsockopt option to get socket cookie | Chenbo Feng | 2017-04-08 | 1 | -0/+2 |
| * | net: Introduce SO_INCOMING_NAPI_ID | Sridhar Samudrala | 2017-03-25 | 1 | -0/+2 |
| * | sock: introduce SO_MEMINFO getsockopt | Josh Hunt | 2017-03-22 | 1 | -0/+2 |
* | | CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional now | Al Viro | 2017-04-26 | 1 | -1/+0 |
* | | m32r: switch to RAW_COPY_USER | Al Viro | 2017-04-26 | 4 | -115/+8 |
* | | m32r: get rid of zeroing | Al Viro | 2017-03-29 | 2 | -69/+6 |
* | | m32r: switch to generic extable.h | Al Viro | 2017-03-29 | 2 | -19/+2 |
* | | uaccess: drop duplicate includes from asm/uaccess.h | Al Viro | 2017-03-06 | 1 | -2/+0 |
* | | uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h | Al Viro | 2017-03-06 | 1 | -3/+0 |
|/ |
|
* | sched/headers: Move task->mm handling methods to <linux/sched/mm.h> | Ingo Molnar | 2017-03-03 | 1 | -1/+1 |
* | sched/headers: Prepare to move _init() prototypes from <linux/sched.h> to <li... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sc... | Ingo Molnar | 2017-03-02 | 1 | -0/+2 |
* | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu... | Ingo Molnar | 2017-03-02 | 1 | -0/+2 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 2 | -0/+2 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 2 | -0/+2 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 2 | -0/+2 |
* | mm: add new mmgrab() helper | Vegard Nossum | 2017-02-28 | 1 | -1/+1 |
* | kprobes: move kprobe declarations to asm-generic/kprobes.h | Luis R. Rodriguez | 2017-02-28 | 1 | -0/+1 |
* | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-02-25 | 3 | -4/+2 |
|\ |
|
| * | lib/dma-noop: Only build dma_noop_ops for s390 and m32r | Bart Van Assche | 2017-01-24 | 1 | -0/+1 |
| * | treewide: Consolidate get_dma_ops() implementations | Bart Van Assche | 2017-01-24 | 1 | -3/+1 |
| * | treewide: Move dma_ops from struct dev_archdata into struct device | Bart Van Assche | 2017-01-24 | 2 | -3/+2 |
| * | treewide: Constify most dma_map_ops structures | Bart Van Assche | 2017-01-24 | 2 | -2/+2 |