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
2020-09-15
printk: ringbuffer: add finalization/extension support
John Ogness
2
-55
/
+476
2020-09-15
printk: ringbuffer: change representation of states
John Ogness
2
-32
/
+27
2020-09-15
printk: ringbuffer: clear initial reserved fields
John Ogness
2
-16
/
+26
2020-09-15
printk: ringbuffer: add BLK_DATALESS() macro
John Ogness
1
-2
/
+4
2020-09-15
printk: ringbuffer: relocate get_data()
John Ogness
1
-58
/
+58
2020-09-15
printk: ringbuffer: avoid memcpy() on state_var
John Ogness
1
-2
/
+7
2020-09-15
printk: ringbuffer: fix setting state in desc_read()
John Ogness
1
-7
/
+19
2020-09-14
core/entry: Report syscall correctly for trace and audit
Kees Cook
1
-2
/
+4
2020-09-14
Merge v5.9-rc5 into drm-next
Daniel Vetter
4
-10
/
+24
2020-09-14
kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()
Masami Hiramatsu
1
-2
/
+3
2020-09-14
lockdep: fix order in trace_hardirqs_off_caller()
Sven Schnelle
1
-2
/
+2
2020-09-13
genirq: Allow interrupts to be excluded from /proc/interrupts
Marc Zyngier
3
-1
/
+9
2020-09-13
genirq: Add fasteoi IPI flow
Marc Zyngier
1
-0
/
+27
2020-09-12
Merge tag 'seccomp-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-6
/
+18
2020-09-11
gcov: add support for GCC 10.1
Peter Oberparleiter
2
-2
/
+3
2020-09-11
kernel/debug: Fix spelling mistake in debug_core.c
Youling Tang
1
-2
/
+2
2020-09-11
dma-mapping: move the dma_declare_coherent_memory documentation
Christoph Hellwig
1
-0
/
+17
2020-09-11
dma-mapping: move dma_common_{mmap,get_sgtable} out of mapping.c
Christoph Hellwig
3
-46
/
+53
2020-09-11
dma-direct: rename and cleanup __phys_to_dma
Christoph Hellwig
2
-6
/
+6
2020-09-11
dma-direct: remove __dma_to_phys
Christoph Hellwig
1
-5
/
+1
2020-09-11
dma-direct: use phys_to_dma_direct in dma_direct_alloc
Christoph Hellwig
1
-4
/
+1
2020-09-11
dma-direct: lift gfp_t manipulation out of__dma_direct_alloc_pages
Christoph Hellwig
1
-7
/
+5
2020-09-11
dma-direct: remove dma_direct_{alloc,free}_pages
Christoph Hellwig
2
-25
/
+16
2020-09-11
dma-mapping: add (back) arch_dma_mark_clean for ia64
Christoph Hellwig
2
-0
/
+9
2020-09-11
dma-mapping: fix DMA_OPS dependencies
Christoph Hellwig
1
-0
/
+1
2020-09-11
dma-debug: remove most exports
Christoph Hellwig
1
-10
/
+0
2020-09-11
dma-mapping: remove the dma_dummy_ops export
Christoph Hellwig
1
-1
/
+0
2020-09-10
objtool: Rename frame.h -> objtool.h
Julien Thierry
2
-2
/
+2
2020-09-10
swiotlb: Mark max_segment with static keyword
Andy Shevchenko
1
-1
/
+1
2020-09-10
swiotlb: Use %pa to print phys_addr_t variables
Andy Shevchenko
1
-3
/
+1
2020-09-10
perf/core: Pull pmu::sched_task() into perf_event_context_sched_out()
Kan Liang
1
-30
/
+17
2020-09-10
perf/core: Pull pmu::sched_task() into perf_event_context_sched_in()
Kan Liang
1
-20
/
+31
2020-09-10
timekeeping: Use seqcount_latch_t
Ahmed S. Darwish
1
-5
/
+5
2020-09-10
time/sched_clock: Use seqcount_latch_t
Ahmed S. Darwish
1
-2
/
+2
2020-09-10
time/sched_clock: Use raw_read_seqcount_latch() during suspend
Ahmed S. Darwish
1
-1
/
+1
2020-09-09
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-2
/
+3
2020-09-09
sched/topology: Move sd_flag_debug out of #ifdef CONFIG_SYSCTL
Valentin Schneider
2
-6
/
+6
2020-09-08
sysctl: Convert to iter interfaces
Matthew Wilcox (Oracle)
1
-1
/
+1
2020-09-08
bpf: Permit map_ptr arithmetic with opcode add and offset 0
Yonghong Song
1
-0
/
+4
2020-09-08
seccomp: Use current_pt_regs() instead of task_pt_regs(current)
Denis Efremov
1
-7
/
+11
2020-09-08
seccomp: kill process instead of thread for unknown actions
Rich Felker
1
-4
/
+4
2020-09-08
seccomp: don't leave dangling ->notif if file allocation fails
Tycho Andersen
1
-3
/
+8
2020-09-08
seccomp: don't leak memory when filter install races
Tycho Andersen
1
-3
/
+10
2020-09-08
kdb: Use newer api for tasklist scanning
Davidlohr Bueso
4
-12
/
+8
2020-09-08
kgdb: Make "kgdbcon" work properly with "kgdb_earlycon"
Douglas Anderson
1
-8
/
+14
2020-09-08
kdb: remove unnecessary null check of dbg_io_ops
Cengiz Can
1
-7
/
+7
2020-09-08
kprobes: Make local functions static
Masami Hiramatsu
1
-5
/
+4
2020-09-08
kprobes: Free kretprobe_instance with RCU callback
Masami Hiramatsu
1
-19
/
+6
2020-09-08
kprobes: Remove NMI context check
Masami Hiramatsu
1
-12
/
+4
2020-09-08
kprobes: Add generic kretprobe trampoline handler
Masami Hiramatsu
1
-0
/
+98
[prev]
[next]