index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-12
perf/ring-buffer: Clarify the use of page::private for high-order AUX allocat...
Alexander Shishkin
1
-1
/
+4
2015-08-12
Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...
Ingo Molnar
2
-26
/
+71
2015-08-12
perf: Fix PERF_EVENT_IOC_PERIOD migration race
Peter Zijlstra
1
-20
/
+55
2015-08-12
perf: Fix double-free of the AUX buffer
Ben Hutchings
1
-4
/
+6
2015-08-11
tracing: Allow triggers to filter for CPU ids and process names
Daniel Wagner
2
-2
/
+77
2015-08-10
mm: enhance region_is_ram() to region_intersects()
Dan Williams
1
-25
/
+36
2015-08-10
cpuset: use trialcs->mems_allowed as a temp variable
Alban Crequy
1
-1
/
+1
2015-08-10
kernel: broadcast-hrtimer: Migrate to new 'set-state' interface
Viresh Kumar
1
-29
/
+20
2015-08-09
bpf: Implement function bpf_perf_event_read() that get the selected hardware ...
Kaixu Xia
2
-15
/
+64
2015-08-09
bpf: Add new bpf map type to store the pointer to struct perf_event
Kaixu Xia
1
-0
/
+57
2015-08-09
bpf: Make the bpf_prog_array_map more generic
Wang Nan
3
-33
/
+51
2015-08-09
perf: add the necessary core perf APIs when accessing events counters in eBPF...
Kaixu Xia
1
-0
/
+78
2015-08-09
Merge 4.2-rc6 into char-misc-next
Greg Kroah-Hartman
3
-7
/
+18
2015-08-07
modsign: Add explicit CONFIG_SYSTEM_TRUSTED_KEYS option
David Woodhouse
1
-60
/
+65
2015-08-07
modsign: Use single PEM file for autogenerated key
David Woodhouse
1
-8
/
+7
2015-08-07
modsign: Extract signing cert from CONFIG_MODULE_SIG_KEY if needed
David Woodhouse
1
-0
/
+38
2015-08-07
modsign: Allow external signing key to be specified
David Woodhouse
1
-0
/
+5
2015-08-07
MODSIGN: Extract the blob PKCS#7 signature verifier from module signing
David Howells
2
-43
/
+51
2015-08-07
system_keyring.c doesn't need to #include module-internal.h
David Howells
1
-1
/
+0
2015-08-07
MODSIGN: Use PKCS#7 messages as module signatures
David Howells
1
-176
/
+44
2015-08-07
kernel: exit: fix typo in comment
Frans Klaver
1
-1
/
+1
2015-08-07
kthread: export kthread functions
David Kershner
1
-0
/
+4
2015-08-07
signal: fix information leak in copy_siginfo_to_user
Amanieu d'Antras
1
-3
/
+6
2015-08-07
signal: fix information leak in copy_siginfo_from_user32
Amanieu d'Antras
1
-2
/
+2
2015-08-06
audit: implement audit by executable
Richard Guy Briggs
5
-1
/
+92
2015-08-06
audit: clean simple fsnotify implementation
Richard Guy Briggs
4
-2
/
+232
2015-08-06
audit: use macros for unset inode and device values
Richard Guy Briggs
3
-8
/
+8
2015-08-06
tracing, perf: Implement BPF programs attached to uprobes
Wang Nan
3
-3
/
+8
2015-08-05
kernel, cpu: Remove bogus __ref annotations
Mathias Krause
1
-8
/
+8
2015-08-05
audit: make audit_del_rule() more robust
Richard Guy Briggs
1
-6
/
+6
2015-08-05
cgroup: export cgrp_dfl_root
Tejun Heo
1
-0
/
+1
2015-08-05
cpu-hotplug: export cpu_hotplug_enable/cpu_hotplug_disable
Vitaly Kuznetsov
1
-1
/
+2
2015-08-05
cpu-hotplug: convert cpu_hotplug_disabled to a counter
Vitaly Kuznetsov
1
-8
/
+13
2015-08-05
audit: fix uninitialized variable in audit_add_rule()
Paul Moore
1
-1
/
+1
2015-08-04
audit: eliminate unnecessary extra layer of watch parent references
Richard Guy Briggs
1
-4
/
+2
2015-08-04
audit: eliminate unnecessary extra layer of watch references
Richard Guy Briggs
2
-16
/
+5
2015-08-04
workqueue: Make flush_workqueue() available again to non GPL modules
Tim Gardner
1
-1
/
+1
2015-08-04
rcu,locking: Privatize smp_mb__after_unlock_lock()
Paul E. McKenney
1
-0
/
+12
2015-08-04
Merge branches 'doc.2015.07.15a' and 'torture.2015.07.15a' into HEAD
Paul E. McKenney
1
-13
/
+27
2015-08-04
Merge branches 'fixes.2015.07.22a' and 'initexp.2015.08.04a' into HEAD
Paul E. McKenney
4
-408
/
+401
2015-08-04
rcu: Silence lockdep false positive for expedited grace periods
Paul E. McKenney
2
-2
/
+18
2015-08-04
perf/x86/intel/pt: Do not force sync packets on every schedule-in
Alexander Shishkin
1
-2
/
+0
2015-08-04
perf/x86/hw_breakpoints: Disallow kernel breakpoints unless kprobe-safe
Andy Lutomirski
1
-1
/
+1
2015-08-04
perf: Fix fasync handling on inherited events
Peter Zijlstra
1
-2
/
+10
2015-08-04
sched: Remove finish_arch_switch()
Peter Zijlstra
2
-4
/
+0
2015-08-03
cgroup: fix idr_preload usage
Vladimir Davydov
1
-4
/
+4
2015-08-03
sched/fair: Clean up load average references
Yuyang Du
1
-15
/
+29
2015-08-03
sched/fair: Provide runnable_load_avg back to cfs_rq
Yuyang Du
3
-10
/
+49
2015-08-03
sched/fair: Remove task and group entity load when they are dead
Yuyang Du
1
-1
/
+10
2015-08-03
sched/fair: Init cfs_rq's sched_entity load average
Yuyang Du
3
-7
/
+8
[prev]
[next]