| Commit message (Expand) | Author | Age | Files | Lines |
* | uapi: export all headers under uapi directories | Nicolas Dichtel | 2017-05-11 | 2 | -35/+0 |
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-05-01 | 1 | -0/+2 |
|\ |
|
| * | score/time: Set ->min_delta_ticks and ->max_delta_ticks | Nicolai Stange | 2017-04-14 | 1 | -0/+2 |
* | | CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional now | Al Viro | 2017-04-26 | 1 | -1/+0 |
| | | |
| \ | |
| \ | |
| \ | |
*---. \ | Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'... | Al Viro | 2017-04-26 | 7 | -64/+12 |
|\ \ \ \ |
|
| | | * | | score: switch to RAW_COPY_USER | Al Viro | 2017-03-28 | 2 | -48/+7 |
| | | * | | score: it's "VERIFY_WRITE", not "VERFITY_WRITE"... | Al Viro | 2017-03-28 | 1 | -1/+1 |
| | | * | | score: switch to generic extable.h | Al Viro | 2017-03-28 | 2 | -11/+1 |
| | |/ /
| |/| | |
|
| | * | | Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Al Viro | 2017-04-02 | 3 | -0/+4 |
| |/| |
| | |/ |
|
| | * | Merge tag 'extable-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Linus Torvalds | 2017-03-11 | 2 | -0/+3 |
| | |\ |
|
| | | * | score: Fix implicit includes now failing build after extable change | Guenter Roeck | 2017-03-11 | 2 | -0/+3 |
| |_|/
|/| | |
|
| | * | arch, mm: convert all architectures to use 5level-fixup.h | Kirill A. Shutemov | 2017-03-09 | 1 | -0/+1 |
| |/
|/| |
|
| * | uaccess: drop duplicate includes from asm/uaccess.h | Al Viro | 2017-03-05 | 1 | -2/+0 |
| * | uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h | Al Viro | 2017-03-05 | 1 | -3/+0 |
|/ |
|
* | sched/headers: Move task->mm handling methods to <linux/sched/mm.h> | Ingo Molnar | 2017-03-03 | 1 | -0/+1 |
* | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu... | Ingo Molnar | 2017-03-02 | 2 | -0/+3 |
* | 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 | 1 | -0/+1 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -1/+1 |
* | mm: add new mmgrab() helper | Vegard Nossum | 2017-02-27 | 1 | -1/+1 |
* | kprobes: move kprobe declarations to asm-generic/kprobes.h | Luis R. Rodriguez | 2017-02-27 | 1 | -0/+1 |
* | score: remove asm/current.h | Davidlohr Bueso | 2017-02-22 | 2 | -7/+1 |
* | Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-02-21 | 3 | -3/+3 |
|\ |
|
| * | score: migrate exception table users off module.h and onto extable.h | Paul Gortmaker | 2017-01-26 | 3 | -3/+3 |
* | | sched/cputime: Remove generic asm headers | Frederic Weisbecker | 2017-02-01 | 1 | -1/+0 |
|/ |
|
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 4 | -4/+4 |
* | locking/core: Provide common cpu_relax_yield() definition | Christian Borntraeger | 2016-11-17 | 1 | -1/+0 |
* | locking/core, arch: Remove cpu_relax_lowlatency() | Christian Borntraeger | 2016-11-16 | 1 | -1/+0 |
* | locking/core: Introduce cpu_relax_yield() | Christian Borntraeger | 2016-11-16 | 1 | -0/+1 |
* | locking/mutex: Kill arch specific code | Peter Zijlstra | 2016-10-25 | 1 | -6/+0 |
* | Merge branch 'gup_flag-cleanups' | Linus Torvalds | 2016-10-19 | 1 | -4/+6 |
|\ |
|
| * | mm: replace access_process_vm() write parameter with gup_flags | Lorenzo Stoakes | 2016-10-19 | 1 | -4/+6 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-14 | 1 | -0/+1 |
|\ \ |
|
| * | | score: traps: Add missing include file to fix build error | Guenter Roeck | 2016-10-14 | 1 | -0/+1 |
| |/ |
|
* | | Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-10-11 | 3 | -8/+13 |
|\ \
| |/
|/| |
|
| * | score: separate extable.h, switch module.h to it | Al Viro | 2016-10-05 | 3 | -8/+13 |
* | | nmi_backtrace: generate one-line reports for idle cpus | Chris Metcalf | 2016-10-07 | 1 | -0/+1 |
|/ |
|
* | score: fix copy_from_user() and friends | Al Viro | 2016-09-13 | 1 | -21/+20 |
* | score: fix __get_user/get_user | Al Viro | 2016-09-13 | 1 | -1/+4 |
* | treewide: replace obsolete _refok by __ref | Fabian Frederick | 2016-08-02 | 1 | -1/+1 |
* | mm: do not pass mm_struct into handle_mm_fault | Kirill A. Shutemov | 2016-07-26 | 1 | -1/+1 |
* | score: get rid of superfluous __GFP_REPEAT | Michal Hocko | 2016-06-24 | 1 | -3/+2 |
* | Merge tag 'asm-generic-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2016-05-24 | 1 | -0/+1 |
|\ |
|
| * | asm-generic: Drop renameat syscall from default list | James Hogan | 2016-05-05 | 1 | -0/+1 |
* | | lib/GCD.c: use binary GCD algorithm instead of Euclidean | Zhaoxiu Zeng | 2016-05-20 | 1 | -0/+1 |
* | | exit_thread: remove empty bodies | Jiri Slaby | 2016-05-20 | 1 | -2/+0 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2016-03-19 | 1 | -8/+7 |
|\ |
|
| * | ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short | Alexander Duyck | 2016-03-13 | 1 | -3/+2 |
| * | ipv4: Update parameters for csum_tcpudp_magic to their original types | Alexander Duyck | 2016-03-13 | 1 | -5/+5 |