summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-05-23sched/rt: Remove unnecessary condition in push_rt_task()Byungchul Park
2017-05-23sched/core: Use the new llist_for_each_entry_safe() primitiveByungchul Park
2017-05-23smp, cpumask: Use non-atomic cpumask_{set,clear}_cpu()Peter Zijlstra
2017-05-23smp: Avoid sending needless IPI in smp_call_function_many()Aaron Lu
2017-05-23Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2017-05-23perf/core: Fix error handling in perf_event_alloc()Dan Carpenter
2017-05-23perf/core: Remove some dead codeDan Carpenter
2017-05-22Merge tag 'pm-4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2017-05-22genirq/msi: Populate the domain name if provided by the irqchipMarc Zyngier
2017-05-22irqdomain: Let irq_domain_mapping display ACPI fwnode attributesMarc Zyngier
2017-05-22irqdomain: Let irq_domain_mapping display hierarchical domainsMarc Zyngier
2017-05-22kthread: Fix use-after-free if kthread fork failsVegard Nossum
2017-05-22PCI/MSI: Ignore affinity if pre/post vector count is more than min_vecsMichael Hernandez
2017-05-22futex,rt_mutex: Fix rt_mutex_cleanup_proxy_lock()Peter Zijlstra
2017-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-05-22Merge branches 'pm-sleep' and 'powercap'Rafael J. Wysocki
2017-05-22Merge branches 'intel_pstate', 'pm-cpufreq' and 'pm-cpufreq-sched'Rafael J. Wysocki
2017-05-22net: Make IP alignment calulations clearer.David S. Miller
2017-05-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-05-21Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-05-21osf_wait4: switch to kernel_wait4()Al Viro
2017-05-21waitid(): switch copyout of siginfo to unsafe_put_user()Al Viro
2017-05-21wait_task_zombie: consolidate info logicsAl Viro
2017-05-21kill wait_noreap_copyout()Al Viro
2017-05-21lift getrusage() from wait_noreap_copyout()Al Viro
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