summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-05-21waitid(2): leave copyout of siginfo to syscall itselfAl Viro
2017-05-21kernel_wait4()/kernel_waitid(): delay copying status to userlandAl Viro
2017-05-21wait4(2)/waitid(2): separate copying rusage to userlandAl Viro
2017-05-21move compat wait4 and waitid next to native variantsAl Viro
2017-05-20Merge tag 'trace-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-05-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-05-19blktrace: fix integer parseShaohua Li
2017-05-19printk: Use the main logbuf in NMI when logbuf_lock is availablePetr Mladek
2017-05-18tracing: Make sure RCU is watching before calling a stack traceSteven Rostedt (VMware)
2017-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-05-18Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbookJonathan Corbet
2017-05-18doc: ReSTify credentials.txtKees Cook
2017-05-17bpf: adjust verifier heuristicsDaniel Borkmann
2017-05-17kprobes: Document how optimized kprobes are removed from module unloadSteven Rostedt (VMware)
2017-05-17ftrace: Remove #ifdef from code and add clear_ftrace_function_probes() stubSteven Rostedt (VMware)
2017-05-17ftrace/instances: Clear function triggers when removing instancesNaveen N. Rao
2017-05-17ftrace: Simplify glob handling in unregister_ftrace_function_probe_func()Naveen N. Rao
2017-05-17tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner
2017-05-17tracing: Move postpone selftests to core from early_initcallSteven Rostedt
2017-05-17cgroup: Prevent kill_css() from being called more than onceWaiman Long
2017-05-17nohz: Fix collision between tick and other hrtimers, againFrederic Weisbecker
2017-05-17nohz: Add hrtimer sanity checkFrederic Weisbecker
2017-05-16genirq: Fix chained interrupt data orderingThomas Gleixner
2017-05-16irq: update genericirq book locationMauro Carvalho Chehab
2017-05-16mutex, futex: adjust kernel-doc markups to generate ReSTMauro Carvalho Chehab
2017-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-05-15sched/fair: Fix O(nr_cgroups) in load balance pathTejun Heo
2017-05-15sched/fair: Use task_groups instead of leaf_cfs_rq_list to walk all cfs_rqsPeter Zijlstra
2017-05-15sched/topology: Rename sched_group_cpus()Peter Zijlstra
2017-05-15sched/topology: Rename sched_group_mask()Peter Zijlstra
2017-05-15sched/topology: Simplify sched_group_mask() usagePeter Zijlstra
2017-05-15sched/topology: Rewrite get_group()Peter Zijlstra
2017-05-15sched/topology: Add a few commentsPeter Zijlstra
2017-05-15sched/topology: Fix overlapping sched_group_capacityPeter Zijlstra
2017-05-15sched/topology: Add sched_group_capacity debuggingPeter Zijlstra
2017-05-15sched/topology: Small cleanupPeter Zijlstra
2017-05-15sched/topology: Fix overlapping sched_group_maskPeter Zijlstra
2017-05-15sched/topology: Remove FORCE_SD_OVERLAPPeter Zijlstra
2017-05-15sched/topology: Move comment about asymmetric node setupsLauro Ramos Venancio
2017-05-15sched/topology: Optimize build_group_mask()Lauro Ramos Venancio
2017-05-15sched/topology: Verify the first group matches the child domainPeter Zijlstra
2017-05-15sched/debug: Print the scheduler topology group maskPeter Zijlstra
2017-05-15sched/topology: Simplify build_overlap_sched_groups()Peter Zijlstra
2017-05-15sched/topology: Fix building of overlapping sched-groupsPeter Zijlstra
2017-05-15sched/fair, cpumask: Export for_each_cpu_wrap()Peter Zijlstra
2017-05-15sched/topology: Refactor function build_overlap_sched_groups()Lauro Ramos Venancio
2017-05-15sched/clock: Print a warning recommending 'tsc=unstable'Peter Zijlstra
2017-05-15sched/clock: Use late_initcall() instead of sched_init_smp()Peter Zijlstra
2017-05-15cpuidle: Fix idle time trackingPeter Zijlstra