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-20
mips: fix r3k_cache_init build regression
Arnd Bergmann
1
-6
/
+3
2023-12-12
merge mm-hotfixes-stable into mm-nonmm-stable to pick up depended-upon changes
Andrew Morton
20
-31
/
+33
2023-12-12
x86, kexec: fix the wrong ifdeffery CONFIG_KEXEC
Baoquan He
1
-1
/
+1
2023-12-12
sh, kexec: fix the incorrect ifdeffery and dependency of CONFIG_KEXEC
Baoquan He
4
-6
/
+6
2023-12-12
mips, kexec: fix the incorrect ifdeffery and dependency of CONFIG_KEXEC
Baoquan He
9
-16
/
+16
2023-12-12
m68k, kexec: fix the incorrect ifdeffery and build dependency of CONFIG_KEXEC
Baoquan He
2
-3
/
+3
2023-12-12
loongarch, kexec: change dependency of object files
Baoquan He
1
-1
/
+1
2023-12-12
riscv: fix VMALLOC_START definition
Baoquan He
1
-1
/
+1
2023-12-12
kexec: drop dependency on ARCH_SUPPORTS_KEXEC from CRASH_DUMP
Ignat Korchagin
2
-3
/
+5
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
[next]