summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-08-12perf/ring-buffer: Clarify the use of page::private for high-order AUX allocat...Alexander Shishkin1-1/+4
2015-08-12Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...Ingo Molnar2-26/+71
2015-08-12perf: Fix PERF_EVENT_IOC_PERIOD migration racePeter Zijlstra1-20/+55
2015-08-12perf: Fix double-free of the AUX bufferBen Hutchings1-4/+6
2015-08-11tracing: Allow triggers to filter for CPU ids and process namesDaniel Wagner2-2/+77
2015-08-10mm: enhance region_is_ram() to region_intersects()Dan Williams1-25/+36
2015-08-10cpuset: use trialcs->mems_allowed as a temp variableAlban Crequy1-1/+1
2015-08-10kernel: broadcast-hrtimer: Migrate to new 'set-state' interfaceViresh Kumar1-29/+20
2015-08-09bpf: Implement function bpf_perf_event_read() that get the selected hardware ...Kaixu Xia2-15/+64
2015-08-09bpf: Add new bpf map type to store the pointer to struct perf_eventKaixu Xia1-0/+57
2015-08-09bpf: Make the bpf_prog_array_map more genericWang Nan3-33/+51
2015-08-09perf: add the necessary core perf APIs when accessing events counters in eBPF...Kaixu Xia1-0/+78
2015-08-09Merge 4.2-rc6 into char-misc-nextGreg Kroah-Hartman3-7/+18
2015-08-07modsign: Add explicit CONFIG_SYSTEM_TRUSTED_KEYS optionDavid Woodhouse1-60/+65
2015-08-07modsign: Use single PEM file for autogenerated keyDavid Woodhouse1-8/+7
2015-08-07modsign: Extract signing cert from CONFIG_MODULE_SIG_KEY if neededDavid Woodhouse1-0/+38
2015-08-07modsign: Allow external signing key to be specifiedDavid Woodhouse1-0/+5
2015-08-07MODSIGN: Extract the blob PKCS#7 signature verifier from module signingDavid Howells2-43/+51
2015-08-07system_keyring.c doesn't need to #include module-internal.hDavid Howells1-1/+0
2015-08-07MODSIGN: Use PKCS#7 messages as module signaturesDavid Howells1-176/+44
2015-08-07kernel: exit: fix typo in commentFrans Klaver1-1/+1
2015-08-07kthread: export kthread functionsDavid Kershner1-0/+4
2015-08-07signal: fix information leak in copy_siginfo_to_userAmanieu d'Antras1-3/+6
2015-08-07signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras1-2/+2
2015-08-06audit: implement audit by executableRichard Guy Briggs5-1/+92
2015-08-06audit: clean simple fsnotify implementationRichard Guy Briggs4-2/+232
2015-08-06audit: use macros for unset inode and device valuesRichard Guy Briggs3-8/+8
2015-08-06tracing, perf: Implement BPF programs attached to uprobesWang Nan3-3/+8
2015-08-05kernel, cpu: Remove bogus __ref annotationsMathias Krause1-8/+8
2015-08-05audit: make audit_del_rule() more robustRichard Guy Briggs1-6/+6
2015-08-05cgroup: export cgrp_dfl_rootTejun Heo1-0/+1
2015-08-05cpu-hotplug: export cpu_hotplug_enable/cpu_hotplug_disableVitaly Kuznetsov1-1/+2
2015-08-05cpu-hotplug: convert cpu_hotplug_disabled to a counterVitaly Kuznetsov1-8/+13
2015-08-05audit: fix uninitialized variable in audit_add_rule()Paul Moore1-1/+1
2015-08-04audit: eliminate unnecessary extra layer of watch parent referencesRichard Guy Briggs1-4/+2
2015-08-04audit: eliminate unnecessary extra layer of watch referencesRichard Guy Briggs2-16/+5
2015-08-04workqueue: Make flush_workqueue() available again to non GPL modulesTim Gardner1-1/+1
2015-08-04rcu,locking: Privatize smp_mb__after_unlock_lock()Paul E. McKenney1-0/+12
2015-08-04Merge branches 'doc.2015.07.15a' and 'torture.2015.07.15a' into HEADPaul E. McKenney1-13/+27
2015-08-04Merge branches 'fixes.2015.07.22a' and 'initexp.2015.08.04a' into HEADPaul E. McKenney4-408/+401
2015-08-04rcu: Silence lockdep false positive for expedited grace periodsPaul E. McKenney2-2/+18
2015-08-04perf/x86/intel/pt: Do not force sync packets on every schedule-inAlexander Shishkin1-2/+0
2015-08-04perf/x86/hw_breakpoints: Disallow kernel breakpoints unless kprobe-safeAndy Lutomirski1-1/+1
2015-08-04perf: Fix fasync handling on inherited eventsPeter Zijlstra1-2/+10
2015-08-04sched: Remove finish_arch_switch()Peter Zijlstra2-4/+0
2015-08-03cgroup: fix idr_preload usageVladimir Davydov1-4/+4
2015-08-03sched/fair: Clean up load average referencesYuyang Du1-15/+29
2015-08-03sched/fair: Provide runnable_load_avg back to cfs_rqYuyang Du3-10/+49
2015-08-03sched/fair: Remove task and group entity load when they are deadYuyang Du1-1/+10
2015-08-03sched/fair: Init cfs_rq's sched_entity load averageYuyang Du3-7/+8