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
2017-06-04
posix-timers: Use timer_rearm() callback in posixtimer_rearm()
Thomas Gleixner
3
-10
/
+11
2017-06-04
posix-timers: Rename do_schedule_next_timer
Thomas Gleixner
3
-7
/
+7
2017-06-04
posix-timers: Add timer_rearm() callback
Thomas Gleixner
1
-15
/
+18
2017-06-04
posix-timers: Store k_clock pointer in k_itimer
Thomas Gleixner
2
-3
/
+6
2017-06-04
posix-timers: Move interval out of the union
Thomas Gleixner
2
-17
/
+16
2017-06-04
posix-timers: Unify overrun/requeue_pending handling
Thomas Gleixner
2
-18
/
+15
2017-06-04
posix-timers: Move posix-timer internals to core
Thomas Gleixner
5
-0
/
+36
2017-06-04
posix-timers: Avoid gazillions of forward declarations
Thomas Gleixner
1
-101
/
+89
2017-06-04
posix-clocks: Remove interval timer facility and mmap/fasync callbacks
Thomas Gleixner
1
-113
/
+0
2017-06-04
posix-timers: Remove unused export of posix_timer_event()
Thomas Gleixner
1
-1
/
+0
2017-06-04
alarmtimer: Remove pointless config conditional
Thomas Gleixner
1
-2
/
+1
2017-06-04
Merge branch 'timers/urgent' into WIP.timers
Thomas Gleixner
14
-70
/
+114
2017-06-04
alarmtimer: Rate limit periodic intervals
Thomas Gleixner
1
-0
/
+8
2017-06-04
alarmtimer: Prevent overflow of relative timers
Thomas Gleixner
1
-3
/
+3
2017-06-04
posix-timers: Move the do_schedule_next_timer declaration
Christoph Hellwig
1
-0
/
+1
2017-06-04
genirq: Warn when IRQ_NOAUTOEN is used with shared interrupts
Thomas Gleixner
2
-2
/
+17
2017-06-04
genirq: Handle NOAUTOEN interrupt setup proper
Thomas Gleixner
2
-25
/
+63
2017-06-03
cpu/hotplug: Drop the device lock on error
Sebastian Andrzej Siewior
1
-2
/
+2
2017-06-03
perf/core: Don't release cred_guard_mutex if not taken
Alexander Levin
1
-1
/
+1
2017-06-02
bpf: Remove the capability check for cgroup skb eBPF program
Chenbo Feng
1
-1
/
+3
2017-06-02
bpf: Allow CGROUP_SKB eBPF program to access sk_buff
Chenbo Feng
1
-0
/
+1
2017-06-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-0
/
+1
2017-05-31
bpf: use different interpreter depending on required stack size
Alexei Starovoitov
1
-9
/
+31
2017-05-31
bpf: reconcile bpf_tail_call and stack_depth
Alexei Starovoitov
1
-0
/
+1
2017-05-31
bpf: teach verifier to track stack depth
Alexei Starovoitov
1
-1
/
+9
2017-05-31
bpf: split bpf core interpreter
Alexei Starovoitov
1
-7
/
+14
2017-05-31
bpf: free up BPF_JMP | BPF_CALL | BPF_X opcode
Alexei Starovoitov
2
-2
/
+2
2017-05-30
audit: add ambient capabilities to CAPSET and BPRM_FCAPS records
Richard Guy Briggs
2
-3
/
+10
2017-05-30
nohz: Reset next_tick cache even when the timer has no regs
Frederic Weisbecker
1
-0
/
+2
2017-05-27
do_sigaltstack(): lift copying to/from userland into callers
Al Viro
1
-61
/
+46
2017-05-27
take compat_sys_old_getrlimit() to native syscall
Al Viro
2
-29
/
+24
2017-05-27
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-8
/
+16
2017-05-27
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-6
/
+18
2017-05-27
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-5
/
+12
2017-05-27
Merge tag 'trace-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-2
/
+2
2017-05-27
alarmtimer: Fix posix-timer constification fallout
Thomas Gleixner
1
-0
/
+2
2017-05-27
posix-timers: Make posix_clocks immutable
Christoph Hellwig
4
-170
/
+146
2017-05-26
kprobes/x86: Fix to set RWX bits correctly before releasing trampoline
Masami Hiramatsu
1
-1
/
+1
2017-05-26
ftrace: Fix memory leak in ftrace_graph_release()
Luis Henriques
1
-1
/
+1
2017-05-27
livepatch: Make livepatch dependent on !TRIM_UNUSED_KSYMS
Miroslav Benes
1
-0
/
+1
2017-05-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
4
-30
/
+29
2017-05-26
genirq: Make early_irq_init() print out more informative
Vincent Legoll
1
-2
/
+3
2017-05-26
cpuhotplug: Link lock stacks for hotplug callbacks
Thomas Gleixner
1
-0
/
+13
2017-05-26
cpu/hotplug: Convert hotplug locking to percpu rwsem
Thomas Gleixner
1
-94
/
+13
2017-05-26
kprobes: Cure hotplug lock ordering issues
Thomas Gleixner
1
-27
/
+32
2017-05-26
jump_label: Reorder hotplug lock and jump_label_lock
Thomas Gleixner
1
-6
/
+14
2017-05-26
perf/tracing/cpuhotplug: Fix locking order
Thomas Gleixner
1
-30
/
+76
2017-05-26
cpu/hotplug: Use stop_machine_cpuslocked() in takedown_cpu()
Sebastian Andrzej Siewior
1
-1
/
+1
2017-05-26
padata: Avoid nested calls to cpus_read_lock() in pcrypt_init_padata()
Sebastian Andrzej Siewior
1
-5
/
+6
2017-05-26
padata: Make padata_alloc() static
Thomas Gleixner
1
-16
/
+16
[prev]
[next]