aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-05-26stop_machine: Provide stop_machine_cpuslocked()Sebastian Andrzej Siewior1-4/+7
2017-05-26cpu/hotplug: Add __cpuhp_state_add_instance_cpuslocked()Thomas Gleixner1-3/+15
2017-05-26cpu/hotplug: Provide cpuhp_setup/remove_state[_nocalls]_cpuslocked()Sebastian Andrzej Siewior1-11/+36
2017-05-26cpu/hotplug: Provide cpus_read|write_[un]lock()Thomas Gleixner1-18/+18
2017-05-25kernel/locking: Fix compile error with qrwlock.cBabu Moger1-0/+1
2017-05-25bpf: fix wrong exposure of map_flags into fdinfo for lpmDaniel Borkmann3-0/+3
2017-05-25bpf: properly reset caller saved regs after helper call and ld_abs/indDaniel Borkmann1-21/+16
2017-05-25bpf: fix incorrect pruning decision when alignment must be trackedDaniel Borkmann1-9/+10
2017-05-25kobject: support passing in variables for synthetic ueventsPeter Rajnoha1-4/+1
2017-05-24cpuset: consider dying css as offlineTejun Heo1-2/+2
2017-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-7/+13
2017-05-24sched/clock: Fix early boot preempt assumption in __set_sched_clock_stable()Peter Zijlstra1-1/+8
2017-05-23posix-timers: Make signal printks conditionalThomas Gleixner1-8/+16
2017-05-23module: Add module name to modinfoKees Cook1-7/+22
2017-05-23module: Pass struct load_info into symbol checksKees Cook1-12/+10
2017-05-23audit: unswing cap_* fields in PATH recordsRichard Guy Briggs1-16/+4
2017-05-23ptrace: Properly initialize ptracer_cred on forkEric W. Biederman1-7/+13
2017-05-23sched/core: Enable might_sleep() and smp_processor_id() checks earlyThomas Gleixner1-1/+3
2017-05-23printk: Adjust system_state checksThomas Gleixner1-1/+1
2017-05-23extable: Adjust system_state checksThomas Gleixner1-1/+1
2017-05-23async: Adjust system_state checksThomas Gleixner1-4/+4
2017-05-23sched/numa: Use down_read_trylock() for the mmap_semVlastimil Babka1-1/+2
2017-05-23sched/rt: Minimize rq->lock contention in do_sched_rt_period_timer()Dave Kleikamp1-0/+11
2017-05-23sched/core: Allow __sched_setscheduler() in interrupts when PI is not usedSteven Rostedt (VMware)1-2/+2
2017-05-23sched/deadline: Remove unnecessary condition in push_dl_task()Byungchul Park1-1/+1
2017-05-23sched/rt: Remove unnecessary condition in push_rt_task()Byungchul Park1-1/+1
2017-05-23sched/core: Use the new llist_for_each_entry_safe() primitiveByungchul Park1-12/+3
2017-05-23smp, cpumask: Use non-atomic cpumask_{set,clear}_cpu()Peter Zijlstra1-2/+2
2017-05-23smp: Avoid sending needless IPI in smp_call_function_many()Aaron Lu1-2/+12
2017-05-23Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar13-42/+201
2017-05-23perf/core: Fix error handling in perf_event_alloc()Dan Carpenter1-1/+3
2017-05-23perf/core: Remove some dead codeDan Carpenter1-4/+2
2017-05-22Merge tag 'pm-4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-5/+4
2017-05-22genirq/msi: Populate the domain name if provided by the irqchipMarc Zyngier1-2/+8
2017-05-22irqdomain: Let irq_domain_mapping display ACPI fwnode attributesMarc Zyngier1-1/+12
2017-05-22irqdomain: Let irq_domain_mapping display hierarchical domainsMarc Zyngier1-25/+43
2017-05-22kthread: Fix use-after-free if kthread fork failsVegard Nossum1-5/+12
2017-05-22PCI/MSI: Ignore affinity if pre/post vector count is more than min_vecsMichael Hernandez1-1/+12
2017-05-22futex,rt_mutex: Fix rt_mutex_cleanup_proxy_lock()Peter Zijlstra1-6/+18
2017-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+8
2017-05-22Merge branches 'pm-sleep' and 'powercap'Rafael J. Wysocki1-1/+1
2017-05-22Merge branches 'intel_pstate', 'pm-cpufreq' and 'pm-cpufreq-sched'Rafael J. Wysocki1-4/+3
2017-05-22net: Make IP alignment calulations clearer.David S. Miller1-4/+8
2017-05-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-1/+28
2017-05-21Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2017-05-21osf_wait4: switch to kernel_wait4()Al Viro1-2/+2
2017-05-21waitid(): switch copyout of siginfo to unsafe_put_user()Al Viro1-15/+25
2017-05-21wait_task_zombie: consolidate info logicsAl Viro1-29/+16
2017-05-21kill wait_noreap_copyout()Al Viro1-40/+25
2017-05-21lift getrusage() from wait_noreap_copyout()Al Viro1-7/+6