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-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
2
-4
/
+3
2017-08-23
workqueue: Use TASK_IDLE
Peter Zijlstra
1
-2
/
+2
2017-08-23
genirq: Let irq_set_vcpu_affinity() iterate over hierarchy
Marc Zyngier
1
-2
/
+12
2017-08-22
bpf: minor cleanups for dev_map
Daniel Borkmann
1
-59
/
+41
2017-08-22
ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES.
Martijn Coenen
1
-0
/
+1
2017-08-22
bpf: fix map value attribute for hash of maps
Daniel Borkmann
1
-13
/
+17
2017-08-22
bpf: fix map value attribute for hash of maps
Daniel Borkmann
1
-13
/
+17
2017-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
9
-28
/
+149
2017-08-21
pids: make task_tgid_nr_ns() safe
Oleg Nesterov
1
-7
/
+4
2017-08-21
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
25
-787
/
+544
2017-08-20
bpf: fix double free from dev_map_notification()
Daniel Borkmann
1
-7
/
+5
2017-08-20
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-8
/
+39
2017-08-20
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-4
/
+10
2017-08-20
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-0
/
+60
2017-08-20
Merge branch 'fortglx/4.14/time' of https://git.linaro.org/people/john.stultz...
Thomas Gleixner
2
-3
/
+10
2017-08-20
genirq/ipi: Fixup checks against nr_cpu_ids
Alexey Dobriyan
1
-2
/
+2
2017-08-19
bpf: inline map in map lookup functions for array and htab
Daniel Borkmann
2
-0
/
+43
2017-08-19
bpf: make htab inlining more robust wrt assumptions
Daniel Borkmann
1
-1
/
+5
2017-08-19
bpf: Allow selecting numa node during map creation
Martin KaFai Lau
7
-21
/
+55
2017-08-18
bpf: Fix map-in-map checking in the verifier
Martin KaFai Lau
1
-0
/
+1
2017-08-18
signal: don't remove SIGNAL_UNKILLABLE for traced tasks.
Jamie Iles
1
-1
/
+5
2017-08-18
kmod: fix wait on recursive loop
Luis R. Rodriguez
1
-2
/
+23
2017-08-18
bpf: fix a return in sockmap_get_from_fd()
Dan Carpenter
1
-2
/
+2
2017-08-18
cpuset: Allow v2 behavior in v1 cgroup
Waiman Long
1
-13
/
+20
2017-08-18
cgroup: Add mount flag to enable cpuset to use v2 behavior in v1 cgroup
Waiman Long
1
-0
/
+6
2017-08-18
posix-cpu-timers: Use dedicated helper to access rlimit values
Krzysztof Opasiak
1
-8
/
+6
2017-08-18
kernel/watchdog: Prevent false positives with turbo modes
Thomas Gleixner
2
-0
/
+60
2017-08-18
genirq: Restore trigger settings in irq_modify_status()
Marc Zyngier
1
-2
/
+8
2017-08-18
Merge branch 'irq/for-gpio' into irq/core
Thomas Gleixner
3
-30
/
+313
2017-08-18
irqdomain: Add irq_domain_{push,pop}_irq() functions
David Daney
1
-0
/
+169
2017-08-18
irqdomain: Check for NULL function pointer in irq_domain_free_irqs_hierarchy()
David Daney
1
-1
/
+2
2017-08-18
irqdomain: Factor out code to add and remove items to and from the revmap
David Daney
1
-29
/
+29
2017-08-18
genirq: Add handle_fasteoi_{level,edge}_irq flow handlers
David Daney
2
-0
/
+110
2017-08-18
genirq: Export more irq_chip_*_parent() functions
David Daney
1
-0
/
+3
2017-08-18
genirq/proc: Use the the accessor to report the effective affinity
Marc Zyngier
1
-1
/
+1
2017-08-18
genirq/debugfs: Triggering of interrupts from userspace
Marc Zyngier
1
-1
/
+49
2017-08-18
ACPI / PM: Check low power idle constraints for debug only
Srinivas Pandruvada
1
-1
/
+1
2017-08-18
cpufreq: schedutil: Always process remote callback with slow switching
Viresh Kumar
1
-2
/
+7
2017-08-18
cpufreq: schedutil: Don't restrict kthread to related_cpus unnecessarily
Viresh Kumar
1
-1
/
+5
2017-08-17
Revert "pstore: Honor dmesg_restrict sysctl on dmesg dumps"
Kees Cook
1
-2
/
+1
2017-08-17
alarmtimer: Fix unavailable wake-up source in sysfs
Geert Uytterhoeven
1
-2
/
+9
2017-08-17
timekeeping: Use proper timekeeper for debug code
Stafford Horne
1
-1
/
+1
2017-08-17
bpf: don't enable preemption twice in smap_do_verdict
Daniel Borkmann
1
-1
/
+2
2017-08-17
bpf: fix liveness propagation to parent in spilled stack slots
Daniel Borkmann
1
-1
/
+1
2017-08-17
Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',...
Paul E. McKenney
26
-798
/
+573
2017-08-17
locking: Remove spin_unlock_wait() generic definitions
Paul E. McKenney
1
-117
/
+0
2017-08-17
exit: Replace spin_unlock_wait() with lock/unlock pair
Paul E. McKenney
1
-1
/
+2
2017-08-17
completion: Replace spin_unlock_wait() with lock/unlock pair
Paul E. McKenney
1
-7
/
+4
2017-08-17
membarrier: Provide expedited private command
Mathieu Desnoyers
5
-71
/
+178
2017-08-17
rcu: Remove exports from rcu_idle_exit() and rcu_idle_enter()
Paul E. McKenney
1
-2
/
+0
[prev]
[next]