index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
ia64
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-30
ia64: make IA64_MCA_RECOVERY bool instead of tristate
Randy Dunlap
1
-1
/
+1
2022-01-26
PCI/sysfs: Find shadow ROM before static attribute initialization
Bjorn Helgaas
1
-2
/
+2
2022-01-23
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
1
-2
/
+0
2022-01-22
proc: remove PDE_DATA() completely
Muchun Song
1
-5
/
+5
2022-01-20
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-7
/
+2
2022-01-20
mm: percpu: generalize percpu related config
Kefeng Wang
1
-7
/
+2
2022-01-17
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-3
/
+3
2022-01-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
6
-19
/
+14
2022-01-15
include: move find.h from asm_generic to linux
Yury Norov
1
-2
/
+0
2022-01-15
mm/mempolicy: wire up syscall set_mempolicy_home_node
Aneesh Kumar K.V
1
-0
/
+1
2022-01-15
mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit
Qi Zheng
1
-9
/
+7
2022-01-15
ia64: topology: use default_groups in kobj_type
Greg Kroah-Hartman
1
-1
/
+2
2022-01-15
ia64: fix typo in a comment
Jason Wang
1
-1
/
+1
2022-01-15
arch/ia64/kernel/setup.c: use swap() to make code cleaner
Yang Guang
1
-4
/
+1
2022-01-15
ia64: module: use swap() to make code cleaner
Yang Guang
1
-4
/
+2
2021-12-13
exit: Add and use make_task_dead.
Eric W. Biederman
3
-3
/
+3
2021-12-13
Merge tag 'v5.16-rc5' into locking/core, to pick up fixes
Ingo Molnar
1
-0
/
+1
2021-12-07
locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.h
Sebastian Andrzej Siewior
1
-1
/
+1
2021-11-25
futex: Wireup futex_waitv syscall
André Almeida
1
-0
/
+1
2021-11-10
Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-34
/
+14
2021-11-08
Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-2
/
+0
2021-11-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-2
/
+2
2021-11-06
memblock: allow to specify flags with memblock_add_node()
David Hildenbrand
2
-2
/
+2
2021-11-03
Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...
Linus Torvalds
1
-2
/
+2
2021-11-02
Merge tag 'printk-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2021-11-02
Merge branch 'for-5.16-vsprintf-pgp' into for-linus
Petr Mladek
8
-36
/
+34
2021-11-01
Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+6
2021-11-01
Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
3
-16
/
+10
2021-11-01
Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-5
/
+2
2021-11-01
Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-17
/
+6
2021-10-30
locking: Remove spin_lock_flags() etc
Arnd Bergmann
1
-17
/
+6
2021-10-24
kbuild: use more subdir- for visiting subdirectories while cleaning
Masahiro Yamada
1
-2
/
+0
2021-10-15
sched: Add wrapper for get_wchan() to keep task blocked
Kees Cook
2
-5
/
+2
2021-10-08
ftrace: Cleanup ftrace_dyn_arch_init()
Weizhao Ouyang
1
-6
/
+0
2021-10-07
firmware: include drivers/firmware/Kconfig unconditionally
Arnd Bergmann
1
-2
/
+0
2021-10-06
ptrace: Remove the unnecessary arguments from arch_ptrace_stop
Eric W. Biederman
1
-2
/
+2
2021-10-04
ia64: don't do IA64_CMPXCHG_DEBUG without CONFIG_PRINTK
Randy Dunlap
1
-1
/
+1
2021-10-01
audit: add support for the openat2 syscall
Richard Guy Briggs
1
-0
/
+2
2021-10-01
audit: replace magic audit syscall class numbers with macros
Richard Guy Briggs
1
-4
/
+4
2021-09-30
ia64: Add instruction_pointer_set() API
Masami Hiramatsu
1
-0
/
+5
2021-09-30
kprobes: treewide: Make it harder to refer kretprobe_trampoline directly
Masami Hiramatsu
1
-4
/
+4
2021-09-30
kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()
Masami Hiramatsu
1
-3
/
+2
2021-09-30
kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_d...
Masami Hiramatsu
1
-5
/
+0
2021-09-30
ia64: kprobes: Fix to pass correct trampoline address to the handler
Masami Hiramatsu
1
-4
/
+5
2021-09-14
arch: remove unused function syscall_set_arguments()
Peter Collingbourne
2
-34
/
+14
2021-09-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+1
2021-09-08
mm/memory_hotplug: remove nid parameter from arch_remove_memory()
David Hildenbrand
1
-2
/
+1
2021-09-03
Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2
-2
/
+2
2021-09-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
4
-30
/
+29
2021-09-03
mm: wire up syscall process_mrelease
Suren Baghdasaryan
1
-0
/
+2
[next]