summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2015-08-07modsign: Use single PEM file for autogenerated keyDavid Woodhouse
2015-08-07modsign: Extract signing cert from CONFIG_MODULE_SIG_KEY if neededDavid Woodhouse
2015-08-07modsign: Allow external signing key to be specifiedDavid Woodhouse
2015-08-07MODSIGN: Extract the blob PKCS#7 signature verifier from module signingDavid Howells
2015-08-07system_keyring.c doesn't need to #include module-internal.hDavid Howells
2015-08-07MODSIGN: Use PKCS#7 messages as module signaturesDavid Howells
2015-08-07kernel: exit: fix typo in commentFrans Klaver
2015-08-07kthread: export kthread functionsDavid Kershner
2015-08-07signal: fix information leak in copy_siginfo_to_userAmanieu d'Antras
2015-08-07signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras
2015-08-06audit: implement audit by executableRichard Guy Briggs
2015-08-06audit: clean simple fsnotify implementationRichard Guy Briggs
2015-08-06audit: use macros for unset inode and device valuesRichard Guy Briggs
2015-08-06tracing, perf: Implement BPF programs attached to uprobesWang Nan
2015-08-05kernel, cpu: Remove bogus __ref annotationsMathias Krause
2015-08-05audit: make audit_del_rule() more robustRichard Guy Briggs
2015-08-05cgroup: export cgrp_dfl_rootTejun Heo
2015-08-05cpu-hotplug: export cpu_hotplug_enable/cpu_hotplug_disableVitaly Kuznetsov
2015-08-05cpu-hotplug: convert cpu_hotplug_disabled to a counterVitaly Kuznetsov
2015-08-05audit: fix uninitialized variable in audit_add_rule()Paul Moore
2015-08-04audit: eliminate unnecessary extra layer of watch parent referencesRichard Guy Briggs
2015-08-04audit: eliminate unnecessary extra layer of watch referencesRichard Guy Briggs
2015-08-04workqueue: Make flush_workqueue() available again to non GPL modulesTim Gardner
2015-08-04rcu,locking: Privatize smp_mb__after_unlock_lock()Paul E. McKenney
2015-08-04Merge branches 'doc.2015.07.15a' and 'torture.2015.07.15a' into HEADPaul E. McKenney
2015-08-04Merge branches 'fixes.2015.07.22a' and 'initexp.2015.08.04a' into HEADPaul E. McKenney
2015-08-04rcu: Silence lockdep false positive for expedited grace periodsPaul E. McKenney
2015-08-04perf/x86/intel/pt: Do not force sync packets on every schedule-inAlexander Shishkin
2015-08-04perf/x86/hw_breakpoints: Disallow kernel breakpoints unless kprobe-safeAndy Lutomirski
2015-08-04perf: Fix fasync handling on inherited eventsPeter Zijlstra
2015-08-04sched: Remove finish_arch_switch()Peter Zijlstra
2015-08-03cgroup: fix idr_preload usageVladimir Davydov
2015-08-03sched/fair: Clean up load average referencesYuyang Du
2015-08-03sched/fair: Provide runnable_load_avg back to cfs_rqYuyang Du
2015-08-03sched/fair: Remove task and group entity load when they are deadYuyang Du
2015-08-03sched/fair: Init cfs_rq's sched_entity load averageYuyang Du
2015-08-03sched/fair: Implement update_blocked_averages() for CONFIG_FAIR_GROUP_SCHED=nVincent Guittot
2015-08-03sched/fair: Rewrite runnable load and utilization average trackingYuyang Du
2015-08-03sched/fair: Remove rq's runnable avgYuyang Du
2015-08-03stop_machine: Remove cpu_stop_work's from list in cpu_stop_park()Oleg Nesterov
2015-08-03stop_machine: Use 'cpu_stop_fn_t' where possibleOleg Nesterov
2015-08-03stop_machine: Unexport __stop_machine()Oleg Nesterov
2015-08-03stop_machine: Don't do for_each_cpu() twice in queue_stop_cpus_work()Oleg Nesterov
2015-08-03stop_machine: Move 'cpu_stopper_task' and 'stop_cpus_work' into 'struct cpu_s...Oleg Nesterov
2015-08-03sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov
2015-08-03sched/fair: Beef up wake_wide()Mike Galbraith
2015-08-03sched: Introduce the 'trace_sched_waking' tracepointPeter Zijlstra
2015-08-03sched/cputime: Guarantee stime + utime == rtimePeter Zijlstra
2015-08-03sched, sysctl: Delete an unnecessary check before unregister_sysctl_table()Markus Elfring
2015-08-03sched/deadline: Remove a redundant condition from task_woken_dl()Xunlei Pang