summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | module: make it possible to have unsafe, tainting module paramsJani Nikula2014-08-271-0/+11
| * | | | | | | | | | | | module: rename KERNEL_PARAM_FL_NOARG to avoid confusionJani Nikula2014-08-272-4/+4
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'tiny/for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jo...Linus Torvalds2014-10-072-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ \ Merge branches 'tiny/bloat-o-meter-no-SyS', 'tiny/more-procless', 'tiny/no-ad...Josh Triplett2014-09-232-0/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | |
| | | * | | | | | | | | | | x86: Add "make tinyconfig" to configure the tiniest possible kernelJosh Triplett2014-08-091-0/+4
| | * | | | | | | | | | | | mm: Support compiling out madvise and fadviseJosh Triplett2014-08-181-0/+3
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge tag 'trace-fixes-v3.17-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-031-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
| * | | | | | | | | | | | ring-buffer: Fix infinite spin in reading bufferSteven Rostedt (Red Hat)2014-10-021-1/+1
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
* / | | | | | | | | | | perf: fix perf bug in fork()Peter Zijlstra2014-10-032-3/+6
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-09-281-4/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li2014-09-251-4/+5
* | | | | | | | | | | | Merge tag 'pm+acpi-3.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-09-261-35/+15Star
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| * | | | | | | | | | | Revert "PM / Hibernate: Iterate over set bits instead of PFNs in swsusp_free()"Rafael J. Wysocki2014-09-251-35/+15Star
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-09-231-1/+0Star
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| / / / / / / / / / | |/ / / / / / / / /
| * | | | | | | | | cgroup: fix unbalanced lockingZefan Li2014-09-181-1/+0Star
* | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-09-191-0/+10
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| * | | | | | | | | perf: Fix a race condition in perf_remove_from_context()Cong Wang2014-09-091-0/+10
| | |_|_|/ / / / / | |/| | | | | | |
| | | | | | | | |
| \ \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ \ Merge branches 'locking-urgent-for-linus' and 'timers-urgent-for-linus' of gi...Linus Torvalds2014-09-133-36/+55
|\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | alarmtimer: Lock k_itimer during timer callbackRichard Larocque2014-09-121-2/+8
| | * | | | | | | | | alarmtimer: Do not signal SIGEV_NONE timersRichard Larocque2014-09-121-2/+4
| | * | | | | | | | | alarmtimer: Return relative times in timer_gettimeRichard Larocque2014-09-121-7/+11
| | * | | | | | | | | jiffies: Fix timeval conversion to jiffiesAndrew Hunter2014-09-121-25/+31
| * | | | | | | | | | futex: Unlock hb->lock in futex_wait_requeue_pi() error pathThomas Gleixner2014-09-121-0/+1
|/ / / / / / / / / /
* | | | | | | | | | kcmp: fix standard comparison bugRasmus Villemoes2014-09-111-3/+4
* | | | | | | | | | kernel/printk/printk.c: fix faulty logic in the case of recursive printkPatrick Palka2014-09-111-3/+3
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-09-081-14/+33
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | / | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | cgroup: check cgroup liveliness before unbreaking kernfsLi Zefan2014-09-041-1/+7
| * | | | | | | cgroup: delay the clearing of cgrp->kn->privLi Zefan2014-09-041-11/+10Star
| * | | | | | | cgroup: Display legacy cgroup files on default hierarchyVivek Goyal2014-08-221-2/+11
| * | | | | | | cgroup: reject cgroup names with '\n'Alban Crequy2014-08-181-0/+5
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'pm+acpi-3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-09-073-13/+21
|\ \ \ \ \ \ \
| * | | | | | | PM / sleep: Fix test_suspend= command line optionRafael J. Wysocki2014-09-033-13/+21
* | | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-09-072-12/+12
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2014-09-032-12/+12
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | rcu: Make nocb leader kthreads process pending callbacks after spawningPranith Kumar2014-08-282-12/+12
| | | |_|/ / / / | | |/| | | | |
* | | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-09-073-5/+38
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | timekeeping: Update timekeeper before updating vsyscall and pvclockThomas Gleixner2014-09-061-2/+3
| * | | | | | | compat: nanosleep: Clarify error handlingThomas Gleixner2014-09-061-3/+21
| * | | | | | | nohz: Restore NMI safe local irq work for local nohz kickFrederic Weisbecker2014-09-041-0/+14
| |/ / / / / /
* | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-09-011-0/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | irq: Export handle_fasteoi_irqVincent Stehlé2014-08-251-0/+1
* | | | | | | kexec: create a new config option CONFIG_KEXEC_FILE for new syscallVivek Goyal2014-08-301-0/+11
* | | | | | | resource: fix the case of null pointer accessVivek Goyal2014-08-301-7/+4Star
* | | | | | | Merge tag 'trace-fixes-v3.17-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-08-271-1/+15
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | trace: Fix epoll hang when we race with new entriesJosef Bacik2014-08-261-1/+15
* | | | | | | Merge tag 'trace-fixes-v3.17-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-08-261-89/+157
|\| | | | | | | |/ / / / / |/| | | | |
| * | | | | ftrace: Use current addr when converting to nop in __ftrace_replace_code()Steven Rostedt (Red Hat)2014-08-231-1/+1
| * | | | | ftrace: Fix function_profiler and function tracer togetherSteven Rostedt (Red Hat)2014-08-231-22/+38
| * | | | | ftrace: Fix up trampoline accounting with looping on hash opsSteven Rostedt (Red Hat)2014-08-221-15/+28
| * | | | | ftrace: Update all ftrace_ops for a ftrace_hash_ops updateSteven Rostedt (Red Hat)2014-08-221-4/+39