summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-222-6/+7
|\
| * params: handle quotes properly for values not of form foo="bar".Rusty Russell2015-04-151-2/+2
| * module: do not print allocation-fail warning on bogus user buffer sizeKirill A. Shutemov2015-03-241-1/+2
| * kernel/module.c: fix typos in message about unused symbolsYannick Guerrini2015-03-241-3/+3
* | Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-04-211-1/+1
|\ \
| * \ Merge 4.0-rc5 into char-misc-nextGreg Kroah-Hartman2015-03-256-26/+113
| |\ \
| * \ \ Merge 4.0-rc3 into char-misc-nextGreg Kroah-Hartman2015-03-099-31/+59
| |\ \ \
| * | | | clockevents: export clockevents_unbind_device instead of clockevents_unbindVitaly Kuznetsov2015-03-011-1/+1
* | | | | Merge tag 'tty-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-04-211-35/+18
|\ \ \ \ \
| * \ \ \ \ Merge 4.0-rc7 into tty-nextGreg Kroah-Hartman2015-04-077-34/+94
| |\ \ \ \ \
| * | | | | | console: Add extensible console matchingPeter Hurley2015-03-261-34/+18
| * | | | | | Merge 4.0-rc5 into tty-nextGreg Kroah-Hartman2015-03-236-26/+113
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge 4.0-rc3 into tty-testingGreg Kroah-Hartman2015-03-091-1/+0
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | console: Preserve index after console setup()Peter Hurley2015-03-071-1/+0
* | | | | | | smp: Fix error case handling in smp_call_function_*()Linus Torvalds2015-04-191-1/+3
* | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-04-182-32/+62
|\ \ \ \ \ \ \
| * | | | | | | smp: Fix smp_call_function_single_async() lockingLinus Torvalds2015-04-171-31/+47
| * | | | | | | lockdep: Make print_lock() robust against concurrent releasePeter Zijlstra2015-04-171-1/+15
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-04-171-3/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | bpf: fix two bugs in verification logic when accessing 'ctx' pointerAlexei Starovoitov2015-04-161-2/+7
| * | | | | | | | bpf: fix verifier memory corruptionAlexei Starovoitov2015-04-161-1/+2
* | | | | | | | | oprofile: reduce mmap_sem hold for mm->exe_fileDavidlohr Bueso2015-04-171-0/+1
* | | | | | | | | gcov: fix softlockupsAndrey Ryabinin2015-04-171-1/+4
* | | | | | | | | kernel/sysctl.c: detect overflows when converting to intHeinrich Schuchardt2015-04-171-1/+9
* | | | | | | | | prctl: avoid using mmap_sem for exe_file serializationDavidlohr Bueso2015-04-172-25/+41
* | | | | | | | | mm: rcu-protected get_mm_exe_file()Konstantin Khlebnikov2015-04-171-19/+37
* | | | | | | | | kernel/sysctl.c: threads-max observe limitsHeinrich Schuchardt2015-04-172-6/+31
* | | | | | | | | kernel/fork.c: avoid division by zeroHeinrich Schuchardt2015-04-171-9/+20
* | | | | | | | | kernel/fork.c: new function for max_threadsHeinrich Schuchardt2015-04-171-13/+21
* | | | | | | | | fork_init: update max_threads commentJean Delvare2015-04-171-2/+2
* | | | | | | | | fork: report pid reservation failure properlyMichal Hocko2015-04-172-9/+11
* | | | | | | | | signal: remove warning about using SI_TKILL in rt_[tg]sigqueueinfoVladimir Davydov2015-04-171-9/+5
* | | | | | | | | ptrace: ptrace_detach() can no longer race with SIGKILLOleg Nesterov2015-04-171-10/+9
* | | | | | | | | ptrace: fix race between ptrace_resume() and wait_task_stopped()Oleg Nesterov2015-04-171-0/+20
* | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-1512-63/+106
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tracing: remove use of seq_printf return valueJoe Perches2015-04-151-2/+2
| * | | | | | | | | cgroup: remove use of seq_printf return valueJoe Perches2015-04-151-1/+3
| * | | | | | | | | kernel/reboot.c: add orderly_reboot for graceful rebootJoel Stanley2015-04-151-5/+48
| * | | | | | | | | kernel/hung_task.c: change hung_task.c to use for_each_process_thread()Aaron Tomlin2015-04-151-2/+2
| * | | | | | | | | kernel/resource.c: remove deprecated __check_region() and friendsJakub Sitnicki2015-04-151-32/+0
| * | | | | | | | | kernel: conditionally support non-root users, groups and capabilitiesIulia Manda2015-04-156-20/+41
| * | | | | | | | | mm: allow compaction of unevictable pagesEric B Munson2015-04-151-0/+9
| * | | | | | | | | memcg: zap mem_cgroup_lookup()Vladimir Davydov2015-04-151-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-153-142/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove rest of exec domains.Richard Weinberger2015-04-121-37/+0
| * | | | | | | | | Remove execution domain supportRichard Weinberger2015-04-123-105/+1
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-151-1/+1
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | acct: check FMODE_CAN_WRITEAl Viro2015-04-111-1/+1
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-159-116/+205
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge branch 'iocb' into for-davemAl Viro2015-04-092-2/+3
| |\ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud