summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-12-171-12/+17
|\
| * posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner2017-12-151-12/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-152-7/+14
|\ \
| * | bpf: add schedule points to map alloc/freeEric Dumazet2017-12-121-0/+2
| * | bpf: fix corruption on concurrent perf_event_output callsDaniel Borkmann2017-12-121-7/+12
* | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-12-152-627/+38
|\ \ \
| * | | locking/lockdep: Remove the cross-release locking checksIngo Molnar2017-12-121-617/+35
| * | | locking/core: Remove break_lock field when CONFIG_GENERIC_LOCKBREAK=yWill Deacon2017-12-121-8/+1
| * | | locking/core: Fix deadlock during boot on systems with GENERIC_LOCKBREAKWill Deacon2017-12-121-4/+4
| | |/ | |/|
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-12-152-12/+18
|\ \ \
| * | | sched/rt: Do not pull from current CPU if only one CPU to pullSteven Rostedt2017-12-151-1/+7
| * | | sched/core: Fix kernel-doc warnings after code movementRandy Dunlap2017-12-111-11/+11
| |/ /
* | | Merge tag 'trace-v4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-12-144-32/+20
|\ \ \
| * | | tracing: Have stack trace not record if RCU is not watchingSteven Rostedt (VMware)2017-12-141-0/+4
| * | | tracing: Pass export pointer as argument to ->write()Felipe Balbi2017-12-041-1/+1
| * | | ring-buffer: Remove unused function __rb_data_page_index()Matthias Kaehlcke2017-12-041-6/+0
| * | | tracing: make PREEMPTIRQ_EVENTS depend on TRACINGArnd Bergmann2017-12-041-0/+1
| * | | tracing: Allocate mask_str buffer dynamicallyChangbin Du2017-12-041-20/+9
| * | | tracing: Fix code comments in trace.cChunyu Hu2017-12-041-5/+5
* | | | arch: define weak abort()Sudip Mukherjee2017-12-141-0/+8
* | | | kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2017-12-142-2/+4
* | | | kcov: fix comparison callback signatureDmitry Vyukov2017-12-141-2/+2
* | | | Merge branch 'for-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-12-112-4/+8
|\ \ \ \
| * | | | Revert "cgroup/cpuset: remove circular dependency deadlock"Tejun Heo2017-12-041-30/+23
| * | | | Revert "cpuset: Make cpuset hotplug synchronous"Tejun Heo2017-12-043-20/+24
| * | | | cgroup: properly init u64_statsLucas Stach2017-11-281-2/+6
| * | | | debug cgroup: use task_css_set instead of rcu_dereferenceWang Long2017-11-271-2/+2
| * | | | cpuset: Make cpuset hotplug synchronousPrateek Sood2017-11-273-24/+20
| * | | | cgroup/cpuset: remove circular dependency deadlockPrateek Sood2017-11-271-23/+30
* | | | | Merge branch 'for-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-12-111-21/+12
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | workqueue: remove unneeded kallsyms includeSergey Senozhatsky2017-12-111-1/+0
| * | | | workqueue/hotplug: remove the workaround in rebind_workers()Lai Jiangshan2017-12-041-10/+0
| * | | | workqueue/hotplug: simplify workqueue_offline_cpu()Lai Jiangshan2017-12-041-9/+6
| * | | | workqueue: respect isolated cpus when queueing an unbound workTal Shorer2017-11-271-1/+6
| |/ / /
* | | / futex: futex_wake_op, fix sign_extend32 sign bitsJiri Slaby2017-12-101-2/+2
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-081-1/+1
|\ \ \
| * | | bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner2017-12-051-1/+1
* | | | Merge tag 'for_linus-4.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-12-061-1/+1
|\ \ \ \
| * | | | kdb: Fix handling of kallsyms_symbol_next() return valueDaniel Thompson2017-12-061-1/+1
* | | | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-12-061-5/+5
|\ \ \ \ \
| * | | | | smp/hotplug: Move step CPUHP_AP_SMPCFD_DYING to the correct placeLai Jiangshan2017-11-281-5/+5
* | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-12-062-30/+74
|\ \ \ \ \ \
| * | | | | | sched/fair: Update and fix the runnable propagation ruleVincent Guittot2017-12-061-29/+73
| * | | | | | sched/wait: Fix add_wait_queue() behavioral changeOmar Sandoval2017-12-061-1/+1
* | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-12-061-1/+4
|\ \ \ \ \ \ \
| * | | | | | | Merge branch 'linus' into perf/urgent, to synchronize UAPI headersIngo Molnar2017-12-06102-2205/+6375
| |\| | | | | |
| * | | | | | | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Ingo Molnar2017-11-291-1/+4
| |\ \ \ \ \ \ \
| | * | | | | | | perf: Fix header.size for namespace eventsJiri Olsa2017-11-281-1/+4
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge branch 'linus' into perf/urgent, to pick up dependent commitsIngo Molnar2017-11-2979-1574/+2776
| |\| | | | | |
| * | | | | | | perf/core: Fix memory leak triggered by perf --namespaceVasily Averin2017-11-151-0/+1