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
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-11
arm64: dts: exynos: add initial support for exynosautov920 SoC
Jaewon Kim
2
-0
/
+1578
2023-12-10
powerpc: pmd_move_must_withdraw() is only needed for CONFIG_TRANSPARENT_HUGEPAGE
Stephen Rothwell
1
-0
/
+2
2023-12-10
x86: sta2x11: include header for sta2x11_get_instance() prototype
Arnd Bergmann
1
-0
/
+1
2023-12-10
mips: kexec: include linux/reboot.h
Arnd Bergmann
1
-0
/
+1
2023-12-10
mips: smp: fix setup_profiling_timer() prototype
Arnd Bergmann
1
-0
/
+3
2023-12-10
mips: hide conditionally unused functions
Arnd Bergmann
2
-0
/
+4
2023-12-10
mips: suspend: include linux/suspend.h as needed
Arnd Bergmann
2
-0
/
+2
2023-12-10
mips: mt: include asm/mips_mt.h
Arnd Bergmann
1
-0
/
+1
2023-12-10
mips: spram: fix missing prototype warning for spram_config
Arnd Bergmann
2
-1
/
+2
2023-12-10
mips: add missing declarations
Arnd Bergmann
3
-0
/
+5
2023-12-10
mips: move cache declarations into header
Arnd Bergmann
6
-12
/
+10
2023-12-10
mips: fix tlb_init() prototype
Arnd Bergmann
4
-2
/
+3
2023-12-10
mips: fix setup_zero_pages() prototype
Arnd Bergmann
3
-1
/
+3
2023-12-10
mips: unhide uasm_in_compat_space_p() declaration
Arnd Bergmann
1
-2
/
+0
2023-12-10
mips: move jump_label_apply_nops() declaration to header
Arnd Bergmann
2
-2
/
+4
2023-12-10
mips: move build_tlb_refill_handler() prototype
Arnd Bergmann
3
-4
/
+3
2023-12-10
mips: mark local function static if possible
Arnd Bergmann
2
-2
/
+2
2023-12-10
mips: signal: move sigcontext declarations to header
Arnd Bergmann
2
-3
/
+3
2023-12-10
mips: add missing declarations for trap handlers
Arnd Bergmann
4
-0
/
+27
2023-12-10
mips: add asm/syscalls.h header
Arnd Bergmann
8
-0
/
+40
2023-12-10
mips: decompress: fix add missing prototypes
Arnd Bergmann
4
-14
/
+29
2023-12-10
s390/traps: only define is_valid_bugaddr() under CONFIG_GENERIC_BUG
Nathan Chancellor
1
-0
/
+2
2023-12-10
hexagon: traps: add internal prototypes for functions only called from asm
Nathan Chancellor
1
-0
/
+4
2023-12-10
hexagon: traps: remove sys_syscall()
Nathan Chancellor
1
-7
/
+0
2023-12-10
hexagon: irq: add prototype for arch_do_IRQ()
Nathan Chancellor
1
-0
/
+3
2023-12-10
hexagon: vm_events: remove unused dummy_handler()
Nathan Chancellor
1
-7
/
+0
2023-12-10
hexagon: vdso: include asm/elf.h for arch_setup_additional_pages() prototype
Nathan Chancellor
1
-0
/
+1
2023-12-10
hexagon: process: add internal prototype for do_work_pending()
Nathan Chancellor
1
-0
/
+1
2023-12-10
hexagon: process: include linux/cpu.h for arch_cpu_idle() prototype
Nathan Chancellor
1
-0
/
+1
2023-12-10
hexagon: reset: include linux/reboot.h for prototypes
Nathan Chancellor
1
-0
/
+1
2023-12-10
hexagon: signal: switch to SYSCALL_DEFINE0 for sys_rt_sigreturn()
Nathan Chancellor
1
-1
/
+1
2023-12-10
hexagon: time: include asm/delay.h for prototypes
Nathan Chancellor
1
-0
/
+1
2023-12-10
hexagon: time: mark time_init_deferred() as static
Nathan Chancellor
1
-1
/
+1
2023-12-10
hexagon: time: include asm/time.h for prototypes
Nathan Chancellor
1
-0
/
+1
2023-12-10
hexagon: vm_tlb: include asm/tlbflush.h for prototypes
Nathan Chancellor
1
-0
/
+1
2023-12-10
hexagon: vm_fault: include asm/vm_fault.h for prototypes
Nathan Chancellor
1
-0
/
+1
2023-12-10
hexagon: vm_fault: mark do_page_fault() as static
Nathan Chancellor
1
-1
/
+1
2023-12-10
hexagon: smp: mark handle_ipi() and start_secondary() as static
Nathan Chancellor
1
-2
/
+2
2023-12-10
hexagon: mm: include asm/setup.h for setup_arch_memory()'s prototype
Nathan Chancellor
1
-0
/
+1
2023-12-10
hexagon: mm: mark paging_init() as static
Nathan Chancellor
1
-1
/
+1
2023-12-10
hexagon: uaccess: remove clear_user_hexagon()
Nathan Chancellor
1
-8
/
+0
2023-12-10
arch: turn off -Werror for architectures with known warnings
Arnd Bergmann
7
-13
/
+0
2023-12-10
arch: remove ARCH_TASK_STRUCT_ON_STACK
Heiko Carstens
2
-6
/
+1
2023-12-10
arch: remove ARCH_TASK_STRUCT_ALLOCATOR
Heiko Carstens
1
-5
/
+0
2023-12-10
arch: remove ARCH_THREAD_STACK_ALLOCATOR
Heiko Carstens
1
-4
/
+0
2023-12-10
NUMA: optimize detection of memory with no node id assigned by firmware
Liam Ni
2
-59
/
+3
2023-12-10
x86/paravirt: Remove no longer needed paravirt patching code
Juergen Gross
7
-172
/
+3
2023-12-10
x86/paravirt: Switch mixed paravirt/alternative calls to alternatives
Juergen Gross
6
-51
/
+44
2023-12-10
x86/alternative: Add indirect call patching
Juergen Gross
2
-3
/
+64
2023-12-10
x86/paravirt: Move some functions and defines to alternative.c
Juergen Gross
8
-41
/
+41
[prev]
[next]