| Commit message (Expand) | Author | Files | Lines |
2017-03-29 | alpha: add a helper for emitting exception table entries | Al Viro | 4 | -186/+68 |
2017-03-29 | alpha: kill the 'segment' argument of __access_ok() | Al Viro | 1 | -41/+41 |
2017-03-29 | alpha: don't bother with __access_ok() in traps.c | Al Viro | 1 | -2/+2 |
2017-03-29 | alpha: get rid of 'segment' argument of __{get,put}_user_check() | Al Viro | 1 | -6/+6 |
2017-03-29 | alpha: add asm/extable.h | Al Viro | 2 | -51/+56 |
2017-03-29 | alpha: switch __copy_user() and __do_clean_user() to normal calling conventions | Al Viro | 5 | -252/+151 |
2017-03-29 | generic ...copy_..._user primitives | Al Viro | 5 | -0/+229 |
2017-03-28 | asm-generic: zero in __get_user(), not __get_user_fn() | Al Viro | 1 | -12/+6 |
2017-03-28 | asm-generic/uaccess.h: don't mess with __copy_{to,from}_user | Al Viro | 6 | -71/+52 |
2017-03-28 | new helper: uaccess_kernel() | Al Viro | 32 | -42/+44 |
2017-03-28 | add asm-generic/extable.h | Al Viro | 10 | -22/+34 |
2017-03-06 | uaccess: drop pointless ifdefs | Al Viro | 5 | -27/+0 |
2017-03-06 | uaccess: drop duplicate includes from asm/uaccess.h | Al Viro | 35 | -64/+1 |
2017-03-06 | uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h | Al Viro | 31 | -89/+4 |
2017-03-05 | Linux 4.11-rc1v4.11-rc1 | Linus Torvalds | 1 | -2/+2 |
2017-03-04 | strparser: destroy workqueue on module exit | WANG Cong | 1 | -0/+1 |
2017-03-04 | Documentation/sphinx: fix primary_domain configuration | John Keeping | 1 | -1/+1 |
2017-03-04 | docs: Fix htmldocs build failure | Martyn Welch | 1 | -2/+2 |
2017-03-03 | doc/ko_KR/memory-barriers: Update control-dependencies section | SeongJae Park | 1 | -31/+37 |
2017-03-03 | pcieaer doc: update the link | Cao jin | 1 | -1/+1 |
2017-03-03 | Documentation: Update path to sysrq.txt | Krzysztof Kozlowski | 4 | -6/+6 |
2017-03-03 | sfc: fix IPID endianness in TSOv2 | Edward Cree | 1 | -1/+1 |
2017-03-03 | sfc: avoid max() in array size | Edward Cree | 1 | -5/+5 |
2017-03-03 | rds: remove unnecessary returned value check | Zhu Yanjun | 4 | -14/+4 |
2017-03-03 | rxrpc: Fix potential NULL-pointer exception | David Howells | 1 | -7/+8 |
2017-03-03 | nfp: correct DMA direction in XDP DMA sync | Jakub Kicinski | 1 | -2/+2 |
2017-03-03 | nfp: don't tell FW about the reserved buffer space | Jakub Kicinski | 1 | -1/+2 |
2017-03-03 | net: ethernet: bgmac: mac address change bug | Hari Vyas | 1 | -1/+5 |
2017-03-03 | net: ethernet: bgmac: init sequence bug | Jon Mason | 2 | -9/+34 |
2017-03-03 | xen-netback: don't vfree() queues under spinlock | Paul Durrant | 1 | -1/+4 |
2017-03-03 | xen-netback: keep a local pointer for vif in backend_disconnect() | Paul Durrant | 1 | -14/+18 |
2017-03-03 | netfilter: nf_tables: don't call nfnetlink_set_err() if nfnetlink_send() fails | Pablo Neira Ayuso | 2 | -81/+58 |
2017-03-03 | netfilter: nft_set_rbtree: incorrect assumption on lower interval lookups | Pablo Neira Ayuso | 1 | -5/+4 |
2017-03-03 | netfilter: nf_conntrack_sip: fix wrong memory initialisation | Christophe Leroy | 1 | -2/+0 |
2017-03-03 | can: flexcan: fix typo in comment | Marc Kleine-Budde | 1 | -1/+1 |
2017-03-03 | can: usb_8dev: Fix memory leak of priv->cmd_msg_buffer | Marc Kleine-Budde | 1 | -6/+3 |
2017-03-03 | can: gs_usb: fix coding style | Ethan Zonca | 1 | -6/+5 |
2017-03-03 | can: gs_usb: Don't use stack memory for USB transfers | Ethan Zonca | 1 | -11/+29 |
2017-03-03 | smb2: Enforce sec= mount option | Sachin Prabhu | 8 | -7/+49 |
2017-03-03 | CIFS: Fix sparse warnings | Steve French | 2 | -4/+4 |
2017-03-03 | ixgbe: Limit use of 2K buffers on architectures with 256B or larger cache lines | Alexander Duyck | 2 | -2/+3 |
2017-03-03 | statx: Add a system call to make enhanced file info available | David Howells | 72 | -214/+822 |
2017-03-03 | ixgbe: update the rss key on h/w, when ethtool ask for it | Paolo Abeni | 3 | -4/+20 |
2017-03-03 | sched/headers: Clean up <linux/sched.h> | Ingo Molnar | 1 | -571/+651 |
2017-03-03 | sched/headers: Remove #ifdefs from <linux/sched.h> | Ingo Molnar | 1 | -8/+4 |
2017-03-03 | sched/headers: Remove the <linux/topology.h> include from <linux/sched.h> | Ingo Molnar | 3 | -6/+9 |
2017-03-03 | sched/headers, hrtimer: Remove the <linux/wait.h> include from <linux/hrtimer.h> | Ingo Molnar | 1 | -1/+0 |
2017-03-03 | sched/headers, x86/apic: Remove the <linux/pm.h> header inclusion from <asm/a... | Ingo Molnar | 1 | -1/+0 |
2017-03-03 | sched/headers, timers: Remove the <linux/sysctl.h> include from <linux/timer.h> | Ingo Molnar | 2 | -1/+2 |
2017-03-03 | sched/headers: Remove <linux/magic.h> from <linux/sched/task_stack.h> | Ingo Molnar | 2 | -1/+1 |