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
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-20
delayacct: track delays from memory compact
wangyong
1
-0
/
+28
2022-01-20
delayacct: cleanup flags in struct task_delay_info and functions use it
Yang Yang
1
-17
/
+0
2022-01-20
delayacct: fix incomplete disable operation when switch enable to disable
Yang Yang
1
-0
/
+18
2022-01-20
delayacct: support swapin delay accounting for swapping without blkio
Yang Yang
1
-22
/
+22
2022-01-20
hash.h: remove unused define directive
Isabella Basso
1
-4
/
+1
2022-01-20
list: introduce list_is_head() helper and re-use it in list.h
Andy Shevchenko
1
-14
/
+22
2022-01-20
kthread: dynamically allocate memory to store kthread's full name
Yafang Shao
1
-0
/
+1
2022-01-20
tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN
Yafang Shao
1
-2
/
+7
2022-01-20
fs/binfmt_elf: replace open-coded string copy with get_task_comm
Yafang Shao
2
-0
/
+10
2022-01-20
kernel.h: include a note to discourage people from including it in headers
Andy Shevchenko
1
-0
/
+9
2022-01-20
include/linux/unaligned: replace kernel.h with the necessary inclusions
Andy Shevchenko
1
-1
/
+1
2022-01-20
proc: make the proc_create[_data]() stubs static inlines
Hans de Goede
1
-2
/
+10
2022-01-20
mm: percpu: add generic pcpu_populate_pte() function
Kefeng Wang
1
-3
/
+2
2022-01-20
mm: percpu: add generic pcpu_fc_alloc/free funciton
Kefeng Wang
1
-8
/
+1
2022-01-20
mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedef
Kefeng Wang
1
-2
/
+5
2022-01-07
Merge tag 'drm-fixes-2022-01-07' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-0
/
+1
2022-01-07
Merge tag 'amd-drm-fixes-5.16-2021-12-31' of ssh://gitlab.freedesktop.org/agd...
Dave Airlie
1
-0
/
+1
2022-01-05
Merge tag 'net-5.16-final' of git://git.kernel.org/pub/scm/linux/kernel/git/n...
Linus Torvalds
1
-0
/
+2
2022-01-04
icmp: ICMPV6: Examine invoking packet for Segment Route Headers.
Andrew Lunn
1
-0
/
+2
2021-12-31
mm: vmscan: Reduce throttling due to a failure to make progress
Mel Gorman
1
-0
/
+1
2021-12-31
fbdev: fbmem: add a helper to determine if an aperture is used by a fw fb
Alex Deucher
1
-0
/
+1
2021-12-27
Merge tag 'efi-urgent-for-v5.16-2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+6
2021-12-26
Merge tag 'objtool_urgent_for_v5.16_rc7' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2
-4
/
+4
2021-12-25
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-2
/
+1
2021-12-25
mm/page_alloc: fix __alloc_size attribute for alloc_pages_exact_nid
Thibaut Sautereau
1
-1
/
+1
2021-12-25
mm: delete unsafe BUG from page_cache_add_speculative()
Hugh Dickins
1
-1
/
+0
2021-12-23
Merge tag 'net-5.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
3
-4
/
+26
2021-12-23
Merge tag 'arm-fixes-5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+2
2021-12-22
memblock: fix memblock_phys_alloc() section mismatch error
Jackie Liu
1
-2
/
+2
2021-12-21
compiler.h: Fix annotation macro misplacement with Clang
Josh Poimboeuf
2
-4
/
+4
2021-12-20
net: skip virtio_net_hdr_set_proto if protocol already set
Willem de Bruijn
1
-0
/
+3
2021-12-20
net: accept UFOv6 packages in virtio_net_hdr_to_skb
Willem de Bruijn
1
-2
/
+20
2021-12-17
net: openvswitch: Fix matching zone id for invalid conns arriving from tc
Paul Blakey
1
-0
/
+1
2021-12-17
net/sched: flow_dissector: Fix matching on zone id for invalid conns
Paul Blakey
1
-1
/
+1
2021-12-17
Merge tag 'fixes-for-v5.16' of https://git.linaro.org/people/jens.wiklander/l...
Arnd Bergmann
1
-2
/
+2
2021-12-17
net: fix typo in a comment
Xiang wangx
1
-1
/
+1
2021-12-16
tee: handle lookup of shm with reference count 0
Jens Wiklander
1
-2
/
+2
2021-12-13
efi: Move efifb_setup_from_dmi() prototype from arch headers
Javier Martinez Canillas
1
-0
/
+6
2021-12-12
Merge tag 'char-misc-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+13
2021-12-11
Merge branch 'for-5.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2021-12-11
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+13
2021-12-10
timers: implement usleep_idle_range()
SeongJae Park
1
-1
/
+13
2021-12-10
Merge tag 'pm-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-1
/
+1
2021-12-10
Merge tag 'aio-poll-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+26
2021-12-09
percpu_ref: Replace kernel.h with the necessary inclusions
Andy Shevchenko
1
-1
/
+1
2021-12-09
Merge tag 'net-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
6
-28
/
+21
2021-12-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...
Linus Torvalds
1
-0
/
+5
2021-12-09
wait: add wake_up_pollfree()
Eric Biggers
1
-0
/
+26
2021-12-09
bus: mhi: core: Add support for forced PM resume
Loic Poulain
1
-0
/
+13
2021-12-08
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
5
-23
/
+15
[next]