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-11-12
genirq/proc: Return proper error code when irq_set_affinity() fails
Wen Yaxng
1
-2
/
+3
2017-11-12
irq/work: Use llist_for_each_entry_safe
Thomas Gleixner
1
-3
/
+3
2017-11-02
Merge tag 'irqchip-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Thomas Gleixner
16
-237
/
+542
2017-11-02
Merge tag 'v4.14-rc3' into irq/irqchip-4.15
Marc Zyngier
16
-237
/
+542
2017-11-01
irq/core: Fix boot crash when the irqaffinity= boot parameter is passed on CP...
Rakib Mullick
1
-4
/
+2
2017-10-31
irq/work: Don't reinvent the wheel but use existing llist API
Byungchul Park
1
-5
/
+1
2017-10-29
genirq: Document vcpu_info usage for percpu_devid interrupts
Christoffer Dall
1
-1
/
+2
2017-10-19
irqdomain: Add __rcu annotations to radix tree slot
Masahiro Yamada
1
-2
/
+2
2017-10-19
irqdomain: Move revmap_trees_mutex to struct irq_domain
Masahiro Yamada
1
-7
/
+7
2017-10-01
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-142
/
+364
2017-10-01
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
5
-23
/
+35
2017-10-01
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-5
/
+15
2017-10-01
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-11
/
+49
2017-10-01
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-3
/
+6
2017-09-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-13
/
+10
2017-09-29
fix infoleak in waitid(2)
Al Viro
1
-13
/
+10
2017-09-29
sched/sysctl: Check user input value of sysctl_sched_time_avg
Ethan Zhao
1
-1
/
+2
2017-09-29
sched/debug: Ignore TASK_IDLE for SysRq-W
Peter Zijlstra
1
-1
/
+23
2017-09-29
sched/tracing: Use common task-state helpers
Peter Zijlstra
2
-19
/
+10
2017-09-29
locking/rwsem-xadd: Fix missed wakeup due to reordering of load
Prateek Sood
1
-0
/
+27
2017-09-29
sched/debug: Remove unused variable
Peter Zijlstra
1
-2
/
+0
2017-09-29
perf/aux: Only update ->aux_wakeup in non-overwrite mode
Alexander Shishkin
1
-5
/
+15
2017-09-28
Merge tag 'seccomp-v4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-7
/
+16
2017-09-28
irq/generic-chip: Don't replace domain's name
Jeffy Chen
1
-1
/
+0
2017-09-27
seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()
Oleg Nesterov
1
-7
/
+16
2017-09-25
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-6
/
+12
2017-09-25
Merge tag 'trace-v4.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-29
/
+41
2017-09-25
smp/hotplug: Hotplug state fail injection
Peter Zijlstra
1
-1
/
+59
2017-09-25
smp/hotplug: Differentiate the AP completion between up and down
Peter Zijlstra
1
-17
/
+32
2017-09-25
smp/hotplug: Differentiate the AP-work lockdep class between up and down
Peter Zijlstra
1
-9
/
+32
2017-09-25
smp/hotplug: Callback vs state-machine consistency
Peter Zijlstra
1
-4
/
+22
2017-09-25
smp/hotplug: Rewrite AP state machine core
Peter Zijlstra
1
-115
/
+206
2017-09-25
smp/hotplug: Allow external multi-instance rollback
Peter Zijlstra
1
-15
/
+32
2017-09-25
irqdomain: Add __rcu annotations to radix tree accessors
Masahiro Yamada
1
-2
/
+2
2017-09-25
genirq/matrix: Add tracepoints
Thomas Gleixner
1
-0
/
+15
2017-09-25
genirq: Implement bitmap matrix allocator
Thomas Gleixner
3
-0
/
+432
2017-09-25
genirq/irqdomain: Add force reactivation flag to irq domains
Thomas Gleixner
1
-0
/
+2
2017-09-25
genirq/irqdomain: Propagate early activation
Thomas Gleixner
4
-9
/
+10
2017-09-25
genirq/irqdomain: Allow irq_domain_activate_irq() to fail
Thomas Gleixner
4
-20
/
+51
2017-09-25
genirq/irqdomain: Update irq_domain_ops.activate() signature
Thomas Gleixner
2
-3
/
+4
2017-09-25
genirq: Separate activation and startup
Thomas Gleixner
4
-8
/
+43
2017-09-25
genirq: Set managed shut down flag at init
Thomas Gleixner
1
-1
/
+1
2017-09-25
genirq: Make state consistent for !IRQ_DOMAIN_HIERARCHY
Thomas Gleixner
1
-0
/
+11
2017-09-25
irqdomain/debugfs: Provide domain specific debug callback
Thomas Gleixner
2
-0
/
+4
2017-09-25
genirq/msi: Capture device name for debugfs
Thomas Gleixner
3
-1
/
+20
2017-09-25
genirq/debugfs: Show debug information for all irq descriptors
Thomas Gleixner
2
-1
/
+1
2017-09-25
blktrace: Fix potential deadlock between delete & sysfs ops
Waiman Long
1
-6
/
+12
2017-09-25
genirq: Check __free_irq() return value for NULL
Alexandru Moise
1
-0
/
+4
2017-09-25
futex: Fix pi_state->owner serialization
Peter Zijlstra
1
-11
/
+22
2017-09-23
tracing: Remove RCU work arounds from stack tracer
Steven Rostedt (VMware)
1
-15
/
+0
[next]