index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-01
fork: Add task stack refcounting sanity check and prevent premature task stac...
Andy Lutomirski
1
-0
/
+4
2016-10-31
bpf, inode: add support for symlinks and fix mtime/ctime
Daniel Borkmann
1
-6
/
+39
2016-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
20
-110
/
+192
2016-10-29
bpf: Print function name in addition to function id
Thomas Graf
1
-8
/
+27
2016-10-28
Merge tag 'pm-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-2
/
+2
2016-10-28
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-6
/
+17
2016-10-28
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-30
/
+44
2016-10-28
Merge branches 'core-urgent-for-linus', 'irq-urgent-for-linus' and 'sched-urg...
Linus Torvalds
1
-3
/
+0
2016-10-28
block: better op and flags encoding
Christoph Hellwig
1
-7
/
+7
2016-10-28
perf/powerpc: Don't call perf_event_disable() from atomic context
Jiri Olsa
1
-2
/
+8
2016-10-28
perf/core: Protect PMU device removal with a 'pmu_bus_running' check, to fix ...
Jiri Olsa
1
-4
/
+9
2016-10-27
kcov: properly check if we are in an interrupt
Andrey Konovalov
1
-1
/
+8
2016-10-27
genetlink: mark families as __ro_after_init
Johannes Berg
1
-1
/
+1
2016-10-27
genetlink: statically initialize families
Johannes Berg
1
-6
/
+11
2016-10-27
genetlink: no longer support using static family IDs
Johannes Berg
1
-1
/
+0
2016-10-27
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2016-10-27
mm: remove per-zone hashtable of bitlock waitqueues
Linus Torvalds
2
-10
/
+16
2016-10-27
sched/fair: Remove unused but set variable 'rq'
Tobias Klauser
1
-3
/
+0
2016-10-26
timers: Fix documentation for schedule_timeout() and similar
Douglas Anderson
2
-10
/
+21
2016-10-26
timers: Fix usleep_range() in the context of wake_up_process()
Douglas Anderson
1
-12
/
+9
2016-10-26
kernel/smp: Tell the user we're bringing up secondary CPUs
Michael Ellerman
1
-0
/
+2
2016-10-26
kernel/smp: Make the SMP boot message common on all arches
Michael Ellerman
1
-6
/
+7
2016-10-26
kernel/smp: Define pr_fmt() for smp.c
Michael Ellerman
1
-0
/
+3
2016-10-25
x86/dumpstack: Remove raw stack dump
Josh Poimboeuf
1
-7
/
+0
2016-10-25
timers: Prevent base clock corruption when forwarding
Thomas Gleixner
1
-13
/
+10
2016-10-25
timers: Prevent base clock rewind when forwarding clock
Thomas Gleixner
1
-5
/
+9
2016-10-25
timers: Lock base for same bucket optimization
Thomas Gleixner
1
-11
/
+17
2016-10-25
timers: Plug locking race vs. timer migration
Thomas Gleixner
1
-1
/
+8
2016-10-25
locking/mutex: Enable optimistic spinning of woken waiter
Waiman Long
1
-23
/
+54
2016-10-25
locking/mutex: Simplify some ww_mutex code in __mutex_lock_common()
Waiman Long
1
-9
/
+4
2016-10-25
locking/mutex: Restructure wait loop
Peter Zijlstra
1
-5
/
+25
2016-10-25
locking/mutex: Add lock handoff to avoid starvation
Peter Zijlstra
1
-23
/
+119
2016-10-25
locking/mutex: Allow MUTEX_SPIN_ON_OWNER when DEBUG_MUTEXES
Peter Zijlstra
1
-1
/
+1
2016-10-25
locking/mutex: Rework mutex::owner
Peter Zijlstra
5
-265
/
+157
2016-10-25
sched/core: Explain sleep/wakeup in a better way
Peter Zijlstra
1
-8
/
+9
2016-10-25
padata: Remove unused but set variables
Tobias Klauser
1
-4
/
+0
2016-10-24
PM / suspend: Fix missing KERN_CONT for suspend message
Jon Hunter
1
-2
/
+2
2016-10-22
bpf: add helper for retrieving current numa node id
Daniel Borkmann
3
-0
/
+15
2016-10-22
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+1
2016-10-21
softirq: Display IRQ_POLL for irq-poll statistics
Sagi Grimberg
1
-1
/
+1
2016-10-21
kernel/irq: Export irq_set_parent()
Sudip Mukherjee
1
-0
/
+1
2016-10-20
sched/fair: Kill the unused 'sched_shares_window_ns' tunable
Matt Fleming
2
-14
/
+0
2016-10-19
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+8
2016-10-19
Merge branch 'for-4.9' into for-4.10
Tejun Heo
2
-28
/
+86
2016-10-19
workqueue: move wq_numa_init() to workqueue_init()
Tejun Heo
1
-2
/
+23
2016-10-19
printk: suppress empty continuation lines
Linus Torvalds
1
-0
/
+4
2016-10-19
Merge branch 'gup_flag-cleanups'
Linus Torvalds
2
-8
/
+14
2016-10-19
mm: replace access_process_vm() write parameter with gup_flags
Lorenzo Stoakes
1
-6
/
+10
2016-10-19
mm: replace get_user_pages_remote() write/force parameters with gup_flags
Lorenzo Stoakes
1
-2
/
+4
2016-10-19
bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registers
Thomas Graf
1
-16
/
+45
[prev]
[next]