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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-27
drm/nouveau: remove master
Ben Skeggs
3
-31
/
+23
2024-07-27
drm/nouveau: remove chan->drm
Ben Skeggs
11
-38
/
+34
2024-07-27
drm/nouveau: remove nouveau_chan.device
Ben Skeggs
2
-4
/
+3
2024-07-27
drm/nouveau: pass cli to nouveau_channel_new() instead of drm+device
Ben Skeggs
6
-16
/
+18
2024-07-27
drm/nouveau: pass drm to nv50_dmac_create(), rather than device+disp
Ben Skeggs
7
-12
/
+10
2024-07-27
drm/nouveau: pass drm to nouveau_mem_new(), instead of cli
Ben Skeggs
4
-17
/
+15
2024-07-27
drm/nouveau: add nvif_mmu to nouveau_drm
Ben Skeggs
3
-20
/
+28
2024-07-27
drm/nouveau: move nvxx_* definitions to nouveau_drv.h
Ben Skeggs
20
-90
/
+92
2024-07-27
drm/nouveau/nvif: remove disp chan rd/wr
Ben Skeggs
9
-178
/
+10
2024-07-27
drm/nouveau/nvif: remove device rd/wr
Ben Skeggs
5
-132
/
+0
2024-07-27
drm/nouveau: always map device
Ben Skeggs
5
-5
/
+25
2024-07-27
drm/nouveau/nvif: remove device args
Ben Skeggs
5
-53
/
+9
2024-07-27
drm/nouveau/nvif: remove client fini
Ben Skeggs
1
-7
/
+0
2024-07-27
drm/nouveau/nvif: remove client devlist
Ben Skeggs
4
-64
/
+0
2024-07-27
drm/nouveau/nvif: remove client version
Ben Skeggs
4
-40
/
+2
2024-07-27
drm/nouveau/nvif: remove client device arg
Ben Skeggs
6
-11
/
+6
2024-07-27
drm/nouveau/nvif: remove driver keep/fini
Ben Skeggs
3
-8
/
+1
2024-07-27
drm/nouveau/nvif: remove nvxx_client()
Ben Skeggs
4
-10
/
+2
2024-07-27
drm/nouveau/nvif: remove nvxx_object()
Ben Skeggs
3
-26
/
+19
2024-07-27
drm/nouveau/nvif: remove route/token
Ben Skeggs
10
-38
/
+6
2024-07-27
drm/nouveau/nvif: remove support for userspace backends
Ben Skeggs
2
-28
/
+7
2024-07-27
drm/nouveau/nvkm: remove nvkm_client_search()
Ben Skeggs
2
-14
/
+0
2024-07-27
drm/nouveau/nvkm: remove perfmon
Ben Skeggs
23
-2502
/
+1
2024-07-27
drm/nouveau/nvkm: remove detect/mmio/subdev_mask from device args
Ben Skeggs
7
-231
/
+209
2024-07-27
drm/nouveau: remove abi16->handles
Ben Skeggs
1
-1
/
+0
2024-07-27
drm/nouveau: remove abi16->device
Ben Skeggs
2
-23
/
+3
2024-07-27
drm/nouveau: handle limited nvif ioctl in abi16
Ben Skeggs
7
-249
/
+251
2024-07-27
drm/nouveau: add nouveau_cli to nouveau_abi16
Ben Skeggs
2
-4
/
+6
2024-07-27
drm/nouveau: move allocation of root client out of nouveau_cli_init()
Ben Skeggs
1
-17
/
+19
2024-07-27
drm/nouveau: store nvkm_device pointer in nouveau_drm
Ben Skeggs
2
-11
/
+13
2024-07-27
drm/nouveau: create pci device once
Ben Skeggs
1
-9
/
+2
2024-07-27
drm/nouveau: replace drm_device* with nouveau_drm* as dev drvdata
Ben Skeggs
7
-64
/
+58
2024-07-27
drm/nouveau: handle pci/tegra drm_dev_{alloc, register} from common code
Ben Skeggs
2
-39
/
+60
2024-07-27
drm/nouveau: move nouveau_drm_device_fini() above init()
Ben Skeggs
1
-53
/
+53
2024-07-26
minmax: avoid overly complicated constant expressions in VM code
Linus Torvalds
2
-2
/
+9
2024-07-27
power: supply: qcom_battmgr: Ignore extra __le32 in info payload
Stephan Gerhold
1
-1
/
+3
2024-07-27
power: supply: qcom_battmgr: return EAGAIN when firmware service is not up
Neil Armstrong
1
-4
/
+4
2024-07-27
power: supply: axp288_charger: Round constant_charge_voltage writes down
Hans de Goede
1
-9
/
+9
2024-07-27
power: supply: axp288_charger: Fix constant_charge_voltage writes
Hans de Goede
1
-2
/
+2
2024-07-26
minmax: avoid overly complex min()/max() macro arguments in xen
Linus Torvalds
1
-2
/
+3
2024-07-26
drm/vblank: add dynamic per-crtc vblank configuration support
Hamza Mahfooz
3
-26
/
+97
2024-07-26
nilfs2: handle inconsistent state in nilfs_btnode_create_block()
Ryusuke Konishi
2
-7
/
+22
2024-07-26
selftests/mm: skip test for non-LPA2 and non-LVA systems
Dev Jain
1
-1
/
+15
2024-07-26
mm/page_alloc: fix pcp->count race between drain_pages_zone() vs __rmqueue_pc...
Li Zhijian
1
-7
/
+11
2024-07-26
mm: memcg: add cacheline padding after lruvec in mem_cgroup_per_node
Roman Gushchin
1
-0
/
+1
2024-07-26
alloc_tag: outline and export free_reserved_page()
Suren Baghdasaryan
2
-15
/
+18
2024-07-26
decompress_bunzip2: fix rare decompression failure
Ross Lagerwall
1
-1
/
+2
2024-07-26
mm/huge_memory: avoid PMD-size page cache if needed
Gavin Shan
2
-5
/
+19
2024-07-26
mm: huge_memory: use !CONFIG_64BIT to relax huge page alignment on 32 bit mac...
Yang Shi
1
-1
/
+1
2024-07-26
mm: fix old/young bit handling in the faulting path
Ram Tummala
1
-1
/
+1
[prev]
[next]