summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
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
2017-05-22futex,rt_mutex: Fix rt_mutex_cleanup_proxy_lock()Peter Zijlstra-6/+18
2017-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-4/+8
2017-05-22Merge branches 'pm-sleep' and 'powercap'Rafael J. Wysocki-1/+1
2017-05-22Merge branches 'intel_pstate', 'pm-cpufreq' and 'pm-cpufreq-sched'Rafael J. Wysocki-4/+3
2017-05-22net: Make IP alignment calulations clearer.David S. Miller-4/+8
2017-05-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+28
2017-05-21Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2017-05-21osf_wait4: switch to kernel_wait4()Al Viro-2/+2
2017-05-21waitid(): switch copyout of siginfo to unsafe_put_user()Al Viro-15/+25
2017-05-21wait_task_zombie: consolidate info logicsAl Viro-29/+16
2017-05-21kill wait_noreap_copyout()Al Viro-40/+25
2017-05-21lift getrusage() from wait_noreap_copyout()Al Viro-7/+6