index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
microblaze
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs: add open_tree_attr()
Christian Brauner
2025-02-12
1
-0
/
+1
*
Merge tag 'microblaze-v6.13' of git://git.monstr.eu/linux-2.6-microblaze
Linus Torvalds
2024-11-20
2
-5
/
+15
|
\
|
*
microblaze: mb: Use str_yes_no() helper in show_cpuinfo()
Thorsten Blum
2024-11-15
1
-5
/
+5
|
*
microblaze: Export xmb_manager functions
Michal Simek
2024-10-02
1
-0
/
+10
*
|
Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-11-20
1
-1
/
+1
|
\
\
|
*
|
of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verify
Usama Arif
2024-10-29
1
-1
/
+1
|
|
/
*
/
fs/xattr: add *at family syscalls
Christian Göttsche
2024-11-06
1
-0
/
+4
|
/
*
syscalls: mmap(): use unsigned offset type consistently
Arnd Bergmann
2024-06-25
1
-1
/
+1
*
mseal: wire up mseal syscall
Jeff Xu
2024-05-23
1
-0
/
+1
*
microblaze: Remove early printk call from cpuinfo-static.c
Michal Simek
2024-04-24
1
-1
/
+1
*
microblaze: Remove gcc flag for non existing early_printk.c file
Michal Simek
2024-04-24
1
-1
/
+0
*
Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-01-10
1
-0
/
+1
|
\
|
*
arch: include linux/cpu.h for trap_init() prototype
Arnd Bergmann
2023-11-23
1
-0
/
+1
*
|
Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-01-09
1
-0
/
+3
|
\
\
|
*
|
LSM: wireup Linux Security Module syscalls
Casey Schaufler
2023-11-12
1
-0
/
+3
|
|
/
*
/
wire up syscalls for statmount/listmount
Miklos Szeredi
2023-12-14
1
-0
/
+2
|
/
*
Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-11-01
1
-1
/
+2
|
\
|
*
arch: Reserve map_shadow_stack() syscall number for all architectures
Sohil Mehta
2023-10-06
1
-0
/
+1
|
*
syscalls: Cleanup references to sys_lookup_dcookie()
Sohil Mehta
2023-10-03
1
-1
/
+1
*
|
futex: Add sys_futex_requeue()
peterz@infradead.org
2023-09-21
1
-0
/
+1
*
|
futex: Add sys_futex_wait()
peterz@infradead.org
2023-09-21
1
-0
/
+1
*
|
futex: Add sys_futex_wake()
peterz@infradead.org
2023-09-21
1
-0
/
+1
|
/
*
Merge tag 'microblaze-v6.6' of git://git.monstr.eu/linux-2.6-microblaze
Linus Torvalds
2023-09-05
1
-1
/
+0
|
\
|
*
microblaze: Explicitly include correct DT includes
Rob Herring
2023-07-17
1
-1
/
+0
*
|
arch: Register fchmodat2, usually as syscall 452
Palmer Dabbelt
2023-07-27
1
-0
/
+1
|
/
*
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-06-28
2
-2
/
+4
|
\
|
*
microblaze: allow pte_offset_map() to fail
Hugh Dickins
2023-06-19
1
-2
/
+3
|
*
cachestat: wire up cachestat for other architectures
Nhat Pham
2023-06-09
1
-0
/
+1
*
|
of/flattree: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
2023-06-14
1
-1
/
+1
|
/
*
arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabled
Peter Zijlstra
2023-01-13
1
-1
/
+0
*
objtool/idle: Validate __cpuidle code as noinstr
Peter Zijlstra
2023-01-13
1
-1
/
+0
*
[elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...
Al Viro
2022-11-24
1
-1
/
+1
*
Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2022-10-10
1
-2
/
+2
|
\
|
*
kbuild: use obj-y instead extra-y for objects placed at the head
Masahiro Yamada
2022-10-02
1
-2
/
+2
*
|
microblaze: Add support for error injection
Appana Durga Kedareswara rao
2022-09-26
1
-0
/
+52
*
|
microblaze: Add custom break vector handler for mb manager
Appana Durga Kedareswara rao
2022-09-26
2
-1
/
+212
*
|
microblaze: Add xmb_manager_register function
Appana Durga Kedareswara rao
2022-09-26
1
-0
/
+44
|
/
*
microblaze: Fix some typos in comment
Slark Xiao
2022-07-29
1
-1
/
+1
*
Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-06-03
1
-5
/
+7
|
\
|
*
fork: Generalize PF_IO_WORKER handling
Eric W. Biederman
2022-05-07
1
-4
/
+3
|
*
fork: Pass struct kernel_clone_args into copy_thread
Eric W. Biederman
2022-05-07
1
-2
/
+5
*
|
Merge tag 'pwm/for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-06-01
1
-0
/
+4
|
\
\
|
*
|
pwm: Add support for Xilinx AXI Timer
Sean Anderson
2022-04-22
1
-0
/
+4
|
|
/
*
/
microblaze: fix typos in comments
Julia Lawall
2022-05-02
1
-1
/
+1
|
/
*
Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-03-31
1
-2
/
+1
|
\
|
*
arch: syscalls: simplify uapi/kapi directory creation
Masahiro Yamada
2022-03-31
1
-2
/
+1
*
|
Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2022-03-28
2
-5
/
+4
|
\
\
|
*
|
resume_user_mode: Move to resume_user_mode.h
Eric W. Biederman
2022-03-10
1
-2
/
+2
|
*
|
ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.h
Eric W. Biederman
2022-03-10
1
-3
/
+2
|
|
/
*
|
Merge tag 'microblaze-v5.18' of git://git.monstr.eu/linux-2.6-microblaze
Linus Torvalds
2022-03-28
1
-1
/
+1
|
\
\
[next]