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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-12
maple_tree: make mas_erase() more robust
Liam R. Howlett
1
-1
/
+1
2023-12-12
maple_tree: remove unnecessary default labels from switch statements
Liam R. Howlett
1
-7
/
+2
2023-12-11
s390/fpu: get rid of MACHINE_HAS_VX
Heiko Carstens
1
-1
/
+1
2023-12-10
ida: make 'ida_dump' static
Arnd Bergmann
1
-1
/
+1
2023-12-10
kasan: record and report more information
Juntong Deng
1
-0
/
+21
2023-12-10
lib/stackdepot: adjust DEPOT_POOLS_CAP for KMSAN
Andrey Konovalov
1
-0
/
+10
2023-12-10
lib/stackdepot: allow users to evict stack traces
Andrey Konovalov
1
-1
/
+36
2023-12-10
lib/stackdepot: add refcount for records
Andrey Konovalov
1
-2
/
+10
2023-12-10
lib/stackdepot, kasan: add flags to __stack_depot_save and rename
Andrey Konovalov
1
-5
/
+11
2023-12-10
lib/stackdepot: use list_head for stack record links
Andrey Konovalov
1
-37
/
+50
2023-12-10
lib/stackdepot: use read/write lock
Andrey Konovalov
1
-41
/
+46
2023-12-10
lib/stackdepot: store free stack records in a freelist
Andrey Konovalov
1
-49
/
+82
2023-12-10
lib/stackdepot: store next pool pointer in new_pool
Andrey Konovalov
1
-1
/
+5
2023-12-10
lib/stackdepot: rename next_pool_required to new_pool_required
Andrey Konovalov
1
-25
/
+24
2023-12-10
lib/stackdepot: rework helpers for depot_alloc_stack
Andrey Konovalov
1
-37
/
+49
2023-12-10
lib/stackdepot: fix and clean-up atomic annotations
Andrey Konovalov
1
-15
/
+14
2023-12-10
lib/stackdepot: use fixed-sized slots for stack records
Andrey Konovalov
2
-4
/
+19
2023-12-10
lib/stackdepot: add depot_fetch_stack helper
Andrey Konovalov
1
-17
/
+28
2023-12-10
lib/stackdepot: drop valid bit from handles
Andrey Konovalov
1
-5
/
+2
2023-12-10
lib/stackdepot: simplify __stack_depot_save
Andrey Konovalov
1
-5
/
+4
2023-12-10
lib/stackdepot: check disabled flag when fetching
Andrey Konovalov
1
-1
/
+1
2023-12-10
lib/stackdepot: print disabled message only if truly disabled
Andrey Konovalov
1
-9
/
+15
2023-12-10
kasan: default to inline instrumentation
Paul Heidekrüger
1
-1
/
+1
2023-12-10
maple_tree: preserve the tree attributes when destroying maple tree
Peng Zhang
1
-1
/
+1
2023-12-10
maple_tree: update check_forking() and bench_forking()
Peng Zhang
1
-59
/
+58
2023-12-10
maple_tree: skip other tests when BENCH is enabled
Peng Zhang
1
-4
/
+4
2023-12-10
maple_tree: introduce interfaces __mt_dup() and mtree_dup()
Peng Zhang
1
-0
/
+274
2023-12-10
maple_tree: add mt_free_one() and mt_attr() helpers
Peng Zhang
1
-1
/
+11
2023-12-09
test_bpf: Rename second ALU64_SMOD_X to ALU64_SMOD_K
Tiezhu Yang
1
-1
/
+1
2023-12-08
Merge tag 'mm-hotfixes-stable-2023-12-07-18-47' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-6
/
+16
2023-12-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-6
/
+62
2023-12-06
Merge branch 'master' into mm-hotfixes-stable
Andrew Morton
6
-12
/
+62
2023-12-06
lib/group_cpus.c: avoid acquiring cpu hotplug lock in group_cpus_evenly
Ming Lei
1
-6
/
+16
2023-12-06
ACPI: tables: Correct and clean up the logic of acpi_parse_entries_array()
Yuntao Wang
1
-21
/
+9
2023-12-06
lib/vsprintf: Fix %pfwf when current node refcount == 0
Herve Codina
1
-3
/
+8
2023-12-05
iov_iter: replace import_single_range() with import_ubuf()
Jens Axboe
1
-13
/
+0
2023-12-05
iov_iter: remove unused 'iov' argument from import_single_range()
Jens Axboe
1
-1
/
+1
2023-12-05
mm/slab: remove CONFIG_SLAB from all Kconfig and Makefile
Vlastimil Babka
4
-11
/
+5
2023-12-03
Merge tag 'probes-fixes-v6.7-rc3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+17
2023-12-02
Merge tag 'acpi-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
1
-1
/
+1
2023-12-02
Merge tag 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
1
-2
/
+3
2023-12-01
Merge branch 'acpi-tables'
Rafael J. Wysocki
1
-1
/
+1
2023-12-01
lib: objpool: fix head overrun on RK3588 SBC
wuqiang.matt
1
-0
/
+17
2023-12-01
Merge tag 'linux_kselftest-kunit-fixes-6.7-rc4' of git://git.kernel.org/pub/s...
Linus Torvalds
2
-3
/
+41
2023-11-30
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-2
/
+0
2023-11-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-7
/
+1
2023-11-30
bpf/tests: Remove duplicate JSGT tests
Yujie Liu
1
-2
/
+0
2023-11-26
Merge tag 'parisc-for-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-6
/
+0
2023-11-25
parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codes
Helge Deller
1
-6
/
+0
2023-11-24
Merge branch 'firmware_loader'
Jakub Kicinski
1
-0
/
+1
[prev]
[next]