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-12
Documentation/powerpc: Mention 40x is removed
Christophe Leroy
2
-18
/
+1
2024-07-12
powerpc: Remove 40x leftovers
Christophe Leroy
2
-2
/
+1
2024-07-11
macintosh/therm_windtunnel: fix module unload.
Nick Bowler
1
-1
/
+1
2024-07-11
powerpc: Check only single values are passed to CPU/MMU feature checks
Michael Ellerman
2
-0
/
+2
2024-07-11
powerpc/xmon: Fix disassembly CPU feature checks
Michael Ellerman
1
-22
/
+11
2024-07-11
powerpc: Drop clang workaround for builtin constant checks
Michael Ellerman
2
-4
/
+0
2024-07-11
powerpc64/bpf: jit support for signed division and modulo
Artem Savkov
2
-8
/
+34
2024-07-11
powerpc64/bpf: jit support for sign extended mov
Artem Savkov
1
-2
/
+8
2024-07-11
powerpc64/bpf: jit support for sign extended load
Artem Savkov
2
-19
/
+43
2024-07-11
powerpc64/bpf: jit support for unconditional byte swap
Artem Savkov
1
-1
/
+2
2024-07-11
powerpc64/bpf: jit support for 32bit offset jmp instruction
Artem Savkov
1
-0
/
+3
2024-07-04
powerpc/pci: Hotplug driver bridge support
Krishna Kumar
1
-3
/
+32
2024-07-04
pci/hotplug/pnv_php: Fix hotplug driver crash on Powernv
Krishna Kumar
1
-2
/
+1
2024-07-04
powerpc/configs: Update defconfig with now user-visible CONFIG_FSL_IFC
Esben Haabendal
1
-0
/
+2
2024-07-04
powerpc: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
9
-0
/
+9
2024-07-04
macintosh/mac_hid: add MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-07-04
powerpc/kexec: Use of_property_read_reg()
Rob Herring (Arm)
1
-24
/
+13
2024-07-04
powerpc/64s/radix/kfence: map __kfence_pool at page granularity
Hari Bathini
3
-5
/
+93
2024-07-04
powerpc/pseries/iommu: Define spapr_tce_table_group_ops only with CONFIG_IOMM...
Shivaprasad G Bhat
1
-0
/
+8
2024-07-01
selftests/sigaltstack: Fix ppc64 GCC build
Michael Ellerman
1
-1
/
+1
2024-06-28
powerpc/prom: Add CPU info to hardware description string later
Nathan Lynch
1
-4
/
+8
2024-06-28
powerpc/rtas: Prevent Spectre v1 gadget construction in sys_rtas()
Nathan Lynch
1
-0
/
+4
2024-06-28
powerpc/platforms: Move files from 4xx to 44x
Christophe Leroy
12
-32
/
+20
2024-06-28
powerpc: Replace CONFIG_4xx with CONFIG_44x
Michael Ellerman
10
-19
/
+13
2024-06-28
powerpc/4xx: Remove CONFIG_BOOKE_OR_40x
Michael Ellerman
18
-26
/
+21
2024-06-28
powerpc: Remove core support for 40x
Christophe Leroy
29
-1728
/
+14
2024-06-28
powerpc: Remove 40x from Kconfig and defconfig
Michael Ellerman
5
-43
/
+10
2024-06-28
powerpc/boot: Remove all 40x platforms from boot
Christophe Leroy
17
-2875
/
+1
2024-06-28
powerpc/40x: Remove 40x platforms.
Christophe Leroy
13
-587
/
+0
2024-06-28
macintosh: Drop explicit initialization of struct i2c_device_id::driver_data ...
Uwe Kleine-König
6
-6
/
+6
2024-06-28
powerpc/iommu: Reimplement the iommu_table_group_ops for pSeries
Shivaprasad G Bhat
4
-98
/
+543
2024-06-28
powerpc/iommu: Move dev_has_iommu_table() to iommu.c
Shivaprasad G Bhat
3
-16
/
+23
2024-06-28
vfio/spapr: Always clear TCEs before unsetting the window
Shivaprasad G Bhat
1
-4
/
+9
2024-06-28
powerpc/pseries/iommu: Use the iommu table[0] for IOV VF's DDW
Shivaprasad G Bhat
1
-5
/
+7
2024-06-28
powerpc/pseries/iommu: Fix the VFIO_IOMMU_SPAPR_TCE_GET_INFO ioctl output
Shivaprasad G Bhat
1
-14
/
+67
2024-06-28
powerpc/iommu: Move pSeries specific functions to pseries/iommu.c
Shivaprasad G Bhat
3
-148
/
+149
2024-06-17
powerpc/kexec_file: fix cpus node update to FDT
Sourabh Jain
1
-16
/
+37
2024-06-17
powerpc/kexec_file: fix extra size calculation for kexec FDT
Sourabh Jain
3
-38
/
+33
2024-06-17
powerpc/perf: Set cpumode flags using sample address
Anjali K
3
-28
/
+23
2024-06-12
powerpc/configs: drop RT_GROUP_SCHED=y from ppc6xx_defconfig
Celeste Liu
1
-1
/
+0
2024-06-04
powerpc/mm/drmem: Silence drmem_init() early return
Nathan Lynch
1
-3
/
+1
2024-06-04
powerpc/pseries/vas: Use usleep_range() to support HCALL delay
Haren Myneni
1
-1
/
+21
2024-06-04
powerpc/numa: Online a node if PHB is attached.
Nilay Shroff
2
-1
/
+27
2024-06-04
powerpc/pseries/iommu: Split Dynamic DMA Window to be used in Hybrid mode
Gaurav Batra
2
-17
/
+54
2024-06-03
powerpc/pseries: Remove unused cede related functions
Gautam Menghani
1
-28
/
+0
2024-06-02
Linux 6.10-rc2
Linus Torvalds
1
-1
/
+1
2024-06-02
Merge tag 'ata-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...
Linus Torvalds
2
-2
/
+8
2024-06-02
Merge tag 'x86-urgent-2024-06-02' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-12
/
+26
2024-06-02
Merge tag 'sched-urgent-2024-06-02' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+1
2024-06-02
Merge tag 'perf-urgent-2024-06-02' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-0
/
+3
[next]