Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-04-22 | 2 | -6/+7 |
|\ | |||||
| * | params: handle quotes properly for values not of form foo="bar". | Rusty Russell | 2015-04-15 | 1 | -2/+2 |
| * | module: do not print allocation-fail warning on bogus user buffer size | Kirill A. Shutemov | 2015-03-24 | 1 | -1/+2 |
| * | kernel/module.c: fix typos in message about unused symbols | Yannick Guerrini | 2015-03-24 | 1 | -3/+3 |
* | | Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-04-21 | 1 | -1/+1 |
|\ \ | |||||
| * \ | Merge 4.0-rc5 into char-misc-next | Greg Kroah-Hartman | 2015-03-25 | 6 | -26/+113 |
| |\ \ | |||||
| * \ \ | Merge 4.0-rc3 into char-misc-next | Greg Kroah-Hartman | 2015-03-09 | 9 | -31/+59 |
| |\ \ \ | |||||
| * | | | | clockevents: export clockevents_unbind_device instead of clockevents_unbind | Vitaly Kuznetsov | 2015-03-01 | 1 | -1/+1 |
* | | | | | Merge tag 'tty-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2015-04-21 | 1 | -35/+18 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge 4.0-rc7 into tty-next | Greg Kroah-Hartman | 2015-04-07 | 7 | -34/+94 |
| |\ \ \ \ \ | |||||
| * | | | | | | console: Add extensible console matching | Peter Hurley | 2015-03-26 | 1 | -34/+18 |
| * | | | | | | Merge 4.0-rc5 into tty-next | Greg Kroah-Hartman | 2015-03-23 | 6 | -26/+113 |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | |||||
| * | | | | | | Merge 4.0-rc3 into tty-testing | Greg Kroah-Hartman | 2015-03-09 | 1 | -1/+0 |
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||||
| | * | | | | | console: Preserve index after console setup() | Peter Hurley | 2015-03-07 | 1 | -1/+0 |
* | | | | | | | smp: Fix error case handling in smp_call_function_*() | Linus Torvalds | 2015-04-19 | 1 | -1/+3 |
* | | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2015-04-18 | 2 | -32/+62 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | smp: Fix smp_call_function_single_async() locking | Linus Torvalds | 2015-04-17 | 1 | -31/+47 |
| * | | | | | | | lockdep: Make print_lock() robust against concurrent release | Peter Zijlstra | 2015-04-17 | 1 | -1/+15 |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2015-04-17 | 1 | -3/+9 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | bpf: fix two bugs in verification logic when accessing 'ctx' pointer | Alexei Starovoitov | 2015-04-16 | 1 | -2/+7 |
| * | | | | | | | | bpf: fix verifier memory corruption | Alexei Starovoitov | 2015-04-16 | 1 | -1/+2 |
* | | | | | | | | | oprofile: reduce mmap_sem hold for mm->exe_file | Davidlohr Bueso | 2015-04-17 | 1 | -0/+1 |
* | | | | | | | | | gcov: fix softlockups | Andrey Ryabinin | 2015-04-17 | 1 | -1/+4 |
* | | | | | | | | | kernel/sysctl.c: detect overflows when converting to int | Heinrich Schuchardt | 2015-04-17 | 1 | -1/+9 |
* | | | | | | | | | prctl: avoid using mmap_sem for exe_file serialization | Davidlohr Bueso | 2015-04-17 | 2 | -25/+41 |
* | | | | | | | | | mm: rcu-protected get_mm_exe_file() | Konstantin Khlebnikov | 2015-04-17 | 1 | -19/+37 |
* | | | | | | | | | kernel/sysctl.c: threads-max observe limits | Heinrich Schuchardt | 2015-04-17 | 2 | -6/+31 |
* | | | | | | | | | kernel/fork.c: avoid division by zero | Heinrich Schuchardt | 2015-04-17 | 1 | -9/+20 |
* | | | | | | | | | kernel/fork.c: new function for max_threads | Heinrich Schuchardt | 2015-04-17 | 1 | -13/+21 |
* | | | | | | | | | fork_init: update max_threads comment | Jean Delvare | 2015-04-17 | 1 | -2/+2 |
* | | | | | | | | | fork: report pid reservation failure properly | Michal Hocko | 2015-04-17 | 2 | -9/+11 |
* | | | | | | | | | signal: remove warning about using SI_TKILL in rt_[tg]sigqueueinfo | Vladimir Davydov | 2015-04-17 | 1 | -9/+5 |
* | | | | | | | | | ptrace: ptrace_detach() can no longer race with SIGKILL | Oleg Nesterov | 2015-04-17 | 1 | -10/+9 |
* | | | | | | | | | ptrace: fix race between ptrace_resume() and wait_task_stopped() | Oleg Nesterov | 2015-04-17 | 1 | -0/+20 |
* | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-04-15 | 12 | -63/+106 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | tracing: remove use of seq_printf return value | Joe Perches | 2015-04-15 | 1 | -2/+2 |
| * | | | | | | | | | cgroup: remove use of seq_printf return value | Joe Perches | 2015-04-15 | 1 | -1/+3 |
| * | | | | | | | | | kernel/reboot.c: add orderly_reboot for graceful reboot | Joel Stanley | 2015-04-15 | 1 | -5/+48 |
| * | | | | | | | | | kernel/hung_task.c: change hung_task.c to use for_each_process_thread() | Aaron Tomlin | 2015-04-15 | 1 | -2/+2 |
| * | | | | | | | | | kernel/resource.c: remove deprecated __check_region() and friends | Jakub Sitnicki | 2015-04-15 | 1 | -32/+0 |
| * | | | | | | | | | kernel: conditionally support non-root users, groups and capabilities | Iulia Manda | 2015-04-15 | 6 | -20/+41 |
| * | | | | | | | | | mm: allow compaction of unevictable pages | Eric B Munson | 2015-04-15 | 1 | -0/+9 |
| * | | | | | | | | | memcg: zap mem_cgroup_lookup() | Vladimir Davydov | 2015-04-15 | 1 | -1/+1 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-04-15 | 3 | -142/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Remove rest of exec domains. | Richard Weinberger | 2015-04-12 | 1 | -37/+0 |
| * | | | | | | | | | Remove execution domain support | Richard Weinberger | 2015-04-12 | 3 | -105/+1 |
| | |_|_|_|_|/ / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2015-04-15 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | acct: check FMODE_CAN_WRITE | Al Viro | 2015-04-11 | 1 | -1/+1 |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2015-04-15 | 9 | -116/+205 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | |||||
| * | | | | | | | | Merge branch 'iocb' into for-davem | Al Viro | 2015-04-09 | 2 | -2/+3 |
| |\ \ \ \ \ \ \ \ |