summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-05-26stop_machine: Provide stop_machine_cpuslocked()Sebastian Andrzej Siewior
2017-05-26cpu/hotplug: Add __cpuhp_state_add_instance_cpuslocked()Thomas Gleixner
2017-05-26cpu/hotplug: Provide cpuhp_setup/remove_state[_nocalls]_cpuslocked()Sebastian Andrzej Siewior
2017-05-26cpu/hotplug: Provide cpus_read|write_[un]lock()Thomas Gleixner
2017-05-25kernel/locking: Fix compile error with qrwlock.cBabu Moger
2017-05-25bpf: fix wrong exposure of map_flags into fdinfo for lpmDaniel Borkmann
2017-05-25bpf: properly reset caller saved regs after helper call and ld_abs/indDaniel Borkmann
2017-05-25bpf: fix incorrect pruning decision when alignment must be trackedDaniel Borkmann
2017-05-25kobject: support passing in variables for synthetic ueventsPeter Rajnoha
2017-05-24cpuset: consider dying css as offlineTejun Heo
2017-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-05-24sched/clock: Fix early boot preempt assumption in __set_sched_clock_stable()Peter Zijlstra
2017-05-23posix-timers: Make signal printks conditionalThomas Gleixner
2017-05-23module: Add module name to modinfoKees Cook
2017-05-23module: Pass struct load_info into symbol checksKees Cook
2017-05-23audit: unswing cap_* fields in PATH recordsRichard Guy Briggs
2017-05-23ptrace: Properly initialize ptracer_cred on forkEric W. Biederman
2017-05-23sched/core: Enable might_sleep() and smp_processor_id() checks earlyThomas Gleixner
2017-05-23printk: Adjust system_state checksThomas Gleixner
2017-05-23extable: Adjust system_state checksThomas Gleixner
2017-05-23async: Adjust system_state checksThomas Gleixner
2017-05-23sched/numa: Use down_read_trylock() for the mmap_semVlastimil Babka
2017-05-23sched/rt: Minimize rq->lock contention in do_sched_rt_period_timer()Dave Kleikamp
2017-05-23sched/core: Allow __sched_setscheduler() in interrupts when PI is not usedSteven Rostedt (VMware)
2017-05-23sched/deadline: Remove unnecessary condition in push_dl_task()Byungchul Park
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