summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2017-05-26ftrace: Fix memory leak in ftrace_graph_release()Luis Henriques-1/+1
2017-05-27livepatch: Make livepatch dependent on !TRIM_UNUSED_KSYMSMiroslav Benes-0/+1
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-30/+29
2017-05-26genirq: Make early_irq_init() print out more informativeVincent Legoll-2/+3
2017-05-26cpuhotplug: Link lock stacks for hotplug callbacksThomas Gleixner-0/+13
2017-05-26cpu/hotplug: Convert hotplug locking to percpu rwsemThomas Gleixner-94/+13
2017-05-26kprobes: Cure hotplug lock ordering issuesThomas Gleixner-27/+32
2017-05-26jump_label: Reorder hotplug lock and jump_label_lockThomas Gleixner-6/+14
2017-05-26perf/tracing/cpuhotplug: Fix locking orderThomas Gleixner-30/+76
2017-05-26cpu/hotplug: Use stop_machine_cpuslocked() in takedown_cpu()Sebastian Andrzej Siewior-1/+1
2017-05-26padata: Avoid nested calls to cpus_read_lock() in pcrypt_init_padata()Sebastian Andrzej Siewior-5/+6
2017-05-26padata: Make padata_alloc() staticThomas Gleixner-16/+16
2017-05-26stop_machine: Provide stop_machine_cpuslocked()Sebastian Andrzej Siewior-4/+7
2017-05-26cpu/hotplug: Add __cpuhp_state_add_instance_cpuslocked()Thomas Gleixner-3/+15
2017-05-26cpu/hotplug: Provide cpuhp_setup/remove_state[_nocalls]_cpuslocked()Sebastian Andrzej Siewior-11/+36
2017-05-26cpu/hotplug: Provide cpus_read|write_[un]lock()Thomas Gleixner-18/+18
2017-05-25kernel/locking: Fix compile error with qrwlock.cBabu Moger-0/+1
2017-05-25bpf: fix wrong exposure of map_flags into fdinfo for lpmDaniel Borkmann-0/+3
2017-05-25bpf: properly reset caller saved regs after helper call and ld_abs/indDaniel Borkmann-21/+16
2017-05-25bpf: fix incorrect pruning decision when alignment must be trackedDaniel Borkmann-9/+10
2017-05-25kobject: support passing in variables for synthetic ueventsPeter Rajnoha-4/+1
2017-05-24cpuset: consider dying css as offlineTejun Heo-2/+2
2017-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-7/+13
2017-05-24sched/clock: Fix early boot preempt assumption in __set_sched_clock_stable()Peter Zijlstra-1/+8
2017-05-23posix-timers: Make signal printks conditionalThomas Gleixner-8/+16
2017-05-23module: Add module name to modinfoKees Cook-7/+22
2017-05-23module: Pass struct load_info into symbol checksKees Cook-12/+10
2017-05-23audit: unswing cap_* fields in PATH recordsRichard Guy Briggs-16/+4
2017-05-23ptrace: Properly initialize ptracer_cred on forkEric W. Biederman-7/+13
2017-05-23sched/core: Enable might_sleep() and smp_processor_id() checks earlyThomas Gleixner-1/+3
2017-05-23printk: Adjust system_state checksThomas Gleixner-1/+1
2017-05-23extable: Adjust system_state checksThomas Gleixner-1/+1
2017-05-23async: Adjust system_state checksThomas Gleixner-4/+4
2017-05-23sched/numa: Use down_read_trylock() for the mmap_semVlastimil Babka-1/+2
2017-05-23sched/rt: Minimize rq->lock contention in do_sched_rt_period_timer()Dave Kleikamp-0/+11
2017-05-23sched/core: Allow __sched_setscheduler() in interrupts when PI is not usedSteven Rostedt (VMware)-2/+2
2017-05-23sched/deadline: Remove unnecessary condition in push_dl_task()Byungchul Park-1/+1
2017-05-23sched/rt: Remove unnecessary condition in push_rt_task()Byungchul Park-1/+1
2017-05-23sched/core: Use the new llist_for_each_entry_safe() primitiveByungchul Park-12/+3
2017-05-23smp, cpumask: Use non-atomic cpumask_{set,clear}_cpu()Peter Zijlstra-2/+2
2017-05-23smp: Avoid sending needless IPI in smp_call_function_many()Aaron Lu-2/+12
2017-05-23Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar-42/+201
2017-05-23perf/core: Fix error handling in perf_event_alloc()Dan Carpenter-1/+3
2017-05-23perf/core: Remove some dead codeDan Carpenter-4/+2
2017-05-22Merge tag 'pm-4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-5/+4
2017-05-22genirq/msi: Populate the domain name if provided by the irqchipMarc Zyngier-2/+8
2017-05-22irqdomain: Let irq_domain_mapping display ACPI fwnode attributesMarc Zyngier-1/+12
2017-05-22irqdomain: Let irq_domain_mapping display hierarchical domainsMarc Zyngier-25/+43
2017-05-22kthread: Fix use-after-free if kthread fork failsVegard Nossum-5/+12
2017-05-22PCI/MSI: Ignore affinity if pre/post vector count is more than min_vecsMichael Hernandez-1/+12