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
2024-11-11
mm: define general function pXd_init()
Bibo Mao
2
-3
/
+21
2024-11-11
kmemleak: iommu/iova: fix transient kmemleak false positive
Catalin Marinas
1
-0
/
+4
2024-11-11
mm/list_lru: simplify the list_lru walk callback function
Kairui Song
1
-1
/
+1
2024-11-11
mm/list_lru: split the lock to per-cgroup scope
Kairui Song
1
-3
/
+3
2024-11-11
mm/list_lru: don't pass unnecessary key parameters
Kairui Song
1
-3
/
+15
2024-11-11
util_macros.h: fix/rework find_closest() macros
Alexandru Ardelean
1
-16
/
+40
2024-11-11
Improve consistency of '#error' directive messages
Nataniel Farzan
8
-8
/
+8
2024-11-11
rtc: add driver for Marvell 88PM886 PMIC RTC
Karel Balej
1
-0
/
+9
2024-11-11
vt_buffer.h: get rid of dead code in default scr_...() instances
Al Viro
1
-24
/
+0
2024-11-11
PCI: Unexport pci_walk_bus_locked()
Keith Busch
1
-2
/
+0
2024-11-11
PCI: Store all PCIe Supported Link Speeds
Ilpo Järvinen
1
-1
/
+9
2024-11-11
mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'
Yunsheng Lin
2
-10
/
+33
2024-11-11
mm: page_frag: avoid caller accessing 'page_frag_cache' directly
Yunsheng Lin
1
-0
/
+10
2024-11-11
mm: move the page fragment allocator from page_alloc into its own file
Yunsheng Lin
5
-40
/
+50
2024-11-11
xdrgen: Keep track of on-the-wire data type widths
Chuck Lever
1
-0
/
+9
2024-11-11
xdrgen: Implement big-endian enums
Chuck Lever
1
-0
/
+21
2024-11-11
firmware: qcom: scm: Introduce CP_SMMU_APERTURE_ID
Bjorn Andersson
1
-0
/
+2
2024-11-11
nvme: check ns's volatile write cache not present
Guixin Liu
1
-0
/
+1
2024-11-11
nvmet: support for csi identify ns
Keith Busch
1
-0
/
+1
2024-11-11
nvmet: implement rotational media information log
Keith Busch
1
-1
/
+14
2024-11-11
nvmet: implement endurance groups
Keith Busch
1
-2
/
+27
2024-11-11
nvmet: implement supported features log
Keith Busch
1
-0
/
+11
2024-11-11
nvmet: implement supported log pages
Keith Busch
1
-0
/
+9
2024-11-11
nvmet: implement active command set ns list
Keith Busch
1
-0
/
+1
2024-11-11
nvmet: support reservation feature
Guixin Liu
1
-1
/
+1
2024-11-11
block: pre-calculate max_zone_append_sectors
Christoph Hellwig
1
-18
/
+3
2024-11-11
bpf: Drop special callback reference handling
Kumar Kartikeya Dwivedi
1
-17
/
+4
2024-11-11
bpf: Refactor active lock management
Kumar Kartikeya Dwivedi
1
-28
/
+25
2024-11-11
block: lift bio_is_zone_append to bio.h
Christoph Hellwig
1
-0
/
+17
2024-11-11
Merge back thermal control material for 6.13
Rafael J. Wysocki
1
-0
/
+6
2024-11-11
io_uring/cmd: let cmds to know about dying task
Pavel Begunkov
1
-0
/
+1
2024-11-11
printk: Introduce FORCE_CON flag
Marcos Paulo de Souza
1
-0
/
+3
2024-11-11
Merge tag 'v6.12-rc7' into __tmp-hansg-linux-tags_media_atomisp_6_13_1
Mauro Carvalho Chehab
56
-124
/
+640
2024-11-11
uprobes: Re-order struct uprobe_task to save some space
Christophe JAILLET
1
-3
/
+3
2024-11-11
rust: helpers: Avoid raw_spin_lock initialization for PREEMPT_RT
Eder Zulian
1
-8
/
+7
2024-11-11
cred: Add a light version of override/revert_creds()
Vinicius Costa Gomes
1
-0
/
+18
2024-11-11
backing-file: clean up the API
Miklos Szeredi
1
-6
/
+5
2024-11-11
mm: delete the unused put_pages_list()
Hugh Dickins
1
-2
/
+0
2024-11-11
mm: add PTE_MARKER_GUARD PTE marker
Lorenzo Stoakes
2
-2
/
+24
2024-11-11
mm: pagewalk: add the ability to install PTEs
Lorenzo Stoakes
1
-3
/
+15
2024-11-11
mm: add per-order mTHP swpin counters
Barry Song
1
-0
/
+1
2024-11-11
mm: swap: count successful large folio zswap stores in hugepage zswpout stats
Kanchana P Sridhar
1
-0
/
+1
2024-11-11
mm: zswap: modify zswap_stored_pages to be atomic_long_t
Kanchana P Sridhar
1
-1
/
+1
2024-11-11
mm: define obj_cgroup_get() if CONFIG_MEMCG is not defined
Kanchana P Sridhar
1
-0
/
+4
2024-11-11
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
4
-6
/
+12
2024-11-11
mm: count zeromap read and set for swapout and swapin
Barry Song
2
-5
/
+9
2024-11-10
hwmon: (max6639) : Configure based on DT property
Naresh Solanki
1
-15
/
+0
2024-11-10
hwmon: Add static visibility member to struct hwmon_ops
Heiner Kallweit
1
-1
/
+4
2024-11-10
Merge tag 'mm-hotfixes-stable-2024-11-09-22-40' of git://git.kernel.org/pub/s...
Linus Torvalds
3
-7
/
+25
2024-11-09
neighbour: Create netdev->neighbour association
Gilad Naaman
1
-0
/
+7
[prev]
[next]