Sign in
android-kvm
/
linux
/
2911edb653b9c64e0aad461f308cae8ce030eb7b
/
arch
/
sh
/
kernel
1ee1119
sh: kernel: hw_breakpoint: Fix missing break in switch statement
by Gustavo A. R. Silva
· 6 years ago
54b1372
sh: kernel: disassemble: Mark expected switch fall-throughs
by Gustavo A. R. Silva
· 6 years ago
415bfd9
Merge tag 'for-linus-20190617' of git://git.sourceforge.jp/gitroot/uclinux-h8/linux
by Linus Torvalds
· 6 years ago
1a271a6
arch: mark syscall number 435 reserved for clone3
by Christian Brauner
· 6 years ago
f632a81
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 6 years ago
5450e8a
Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
by Linus Torvalds
· 6 years ago
7615d9e
arch: wire-up pidfd_open()
by Christian Brauner
· 6 years ago
d302389
arch/sh: Check for kprobe trap number before trying to handle a kprobe trap
by Michael Karcher
· 6 years ago
03eb2a0
sh: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 6 years ago
2e1661d2
signal: Remove the task parameter from force_sig_fault
by Eric W. Biederman
· 6 years ago
3cf5d07
signal: Remove task parameter from force_sig
by Eric W. Biederman
· 6 years ago
5b13f84
sh: vsyscall: drop unnecessary cc-ldoption
by Nick Desaulniers
· 6 years ago
d8076bd
uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]
by David Howells
· 6 years ago
2c6a392
Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
39036cd
arch: add pidfd and io_uring syscalls everywhere
by Arnd Bergmann
· 6 years ago
b01f6d3
sh/stacktrace: Remove the pointless ULONG_MAX marker
by Thomas Gleixner
· 6 years ago
42b46ae
memblock: drop __memblock_alloc_base()
by Mike Rapoport
· 6 years ago
8dcd175
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
6855369
sh: remove nargs from __SYSCALL
by Firoz Khan
· 6 years ago
48166e6
y2038: add 64-bit time_t syscalls to all 32-bit architectures
by Arnd Bergmann
· 6 years ago
d33c577
y2038: rename old time and utime syscalls
by Arnd Bergmann
· 6 years ago
00bf25d
y2038: use time32 syscall names on 32-bit
by Arnd Bergmann
· 6 years ago
b41c51c
arch: add pkey and rseq syscall numbers everywhere
by Arnd Bergmann
· 6 years ago
0d6040d4
arch: add split IPC system calls where needed
by Arnd Bergmann
· 6 years ago
d25a122a
sh: add statx system call
by Arnd Bergmann
· 6 years ago
a670124
Merge tag 'trace-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
505b050
Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
dc56367
sh: ftrace: Fix missing parenthesis in WARN_ON()
by Steven Rostedt (VMware)
· 6 years ago
96d4f26
Remove 'type' argument from access_ok() function
by Linus Torvalds
· 6 years ago
fcf0104
Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux
by Linus Torvalds
· 6 years ago
495d714
Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
cc02829
kgdb/treewide: constify struct kgdb_arch arch_kgdb_ops
by Christophe Leroy
· 6 years ago
3cd99ac
kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()
by Douglas Anderson
· 6 years ago
9ef7fa5
kgdb: Remove irq flags from roundup
by Douglas Anderson
· 6 years ago
f346b0b
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
b12a912
Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel/git/arnd/playground
by Linus Torvalds
· 6 years ago
5933f6d
sh: kernel: convert to SPDX identifiers
by Kuninori Morimoto
· 6 years ago
b0a148f
sh: cpu: convert to SPDX identifiers
by Kuninori Morimoto
· 6 years ago
176ce1b
sh: shmobile: convert to SPDX identifiers
by Kuninori Morimoto
· 6 years ago
82e1d03
sh: sh5: convert to SPDX identifiers
by Kuninori Morimoto
· 6 years ago
add5ca2
sh: sh4a: convert to SPDX identifiers
by Kuninori Morimoto
· 6 years ago
6ecc0a4d
sh: sh4: convert to SPDX identifiers
by Kuninori Morimoto
· 6 years ago
5ab5d57
sh: sh3: convert to SPDX identifiers
by Kuninori Morimoto
· 6 years ago
234a053
sh: sh2a: convert to SPDX identifiers
by Kuninori Morimoto
· 6 years ago
47d1132
sh: sh2: convert to SPDX identifiers
by Kuninori Morimoto
· 6 years ago
507413a
Merge tag 'asm-generic-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
by Linus Torvalds
· 6 years ago
cec8d0e
sh: ftrace: Use ftrace_graph_get_ret_stack() instead of curr_ret_stack
by Steven Rostedt (VMware)
· 6 years ago
e262e32d
vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled
by David Howells
· 6 years ago
2b3c5a9
sh: generate uapi header and syscall table header files
by Firoz Khan
· 6 years ago
a0239c8
sh: add system call table generation support
by Firoz Khan
· 6 years ago
19f4859
sh: remove board_time_init() callback
by Arnd Bergmann
· 7 years ago
07df780
sh: remove unused rtc_sh_get/set_time infrastructure
by Arnd Bergmann
· 7 years ago
bc715ee
sh/function_graph: Simplify with function_graph_enter()
by Steven Rostedt (VMware)
· 6 years ago
8d00d0c
sh: prefer _THIS_IP_ to current_text_addr
by Nick Desaulniers
· 7 years ago
71f3a82
Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 7 years ago
f66dc72
Merge tag 'dma-mapping-4.19' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 7 years ago
6fa1d28
sh: use generic dma_noncoherent_ops
by Christoph Hellwig
· 7 years ago
46bcde9
sh: split arch/sh/mm/consistent.c
by Christoph Hellwig
· 7 years ago
a602915
sh: use dma_direct_ops for the CONFIG_DMA_COHERENT case
by Christoph Hellwig
· 7 years ago
b2fcb67
sh: simplify get_arch_dma_ops
by Christoph Hellwig
· 7 years ago
39fb993
media: arch: sh: ap325rxa: Use new renesas-ceu camera driver
by Jacopo Mondi
· 7 years ago
551624d
perf/arch/sh: Implement hw_breakpoint_arch_parse()
by Frederic Weisbecker
· 7 years ago
9234428
perf/arch/sh: Remove "struct arch_hw_breakpoint::name" unused field
by Frederic Weisbecker
· 7 years ago
8e983ff
perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspace()
by Frederic Weisbecker
· 7 years ago
cce188b
bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobe
by Masami Hiramatsu
· 7 years ago
fa5a24b
sh/kprobes: Don't call the ->break_handler() in SH kprobes code
by Masami Hiramatsu
· 7 years ago
8a4b11a
sh/kprobes: Remove jprobe implementation
by Masami Hiramatsu
· 7 years ago
050e9ba
Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables
by Linus Torvalds
· 7 years ago
db020be
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
93e95fa
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 7 years ago
e5a5946
Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 7 years ago
26da350
signal/sh: Stop gcc warning about an impossible case in do_divide_error
by Eric W. Biederman
· 7 years ago
30d7233
softirq/sh: Use nmi_count() on /proc/interrupts print out
by Frederic Weisbecker
· 7 years ago
ac21fc2
sh: switch to NO_BOOTMEM
by Rob Herring
· 7 years ago
325ef18
PCI: remove PCI_DMA_BUS_IS_PHYS
by Christoph Hellwig
· 7 years ago
6cb4659
sh: fix build failure for J2 cpu with SMP disabled
by Rich Felker
· 7 years ago
c65626c
signal/sh: Use force_sig_fault where appropriate
by Eric W. Biederman
· 7 years ago
3eb0f51
signal: Ensure every siginfo we send has all bits initialized
by Eric W. Biederman
· 7 years ago
195bce7
signal/sh: Use force_sig_fault in hw_breakpoint_handler
by Eric W. Biederman
· 7 years ago
1bad9ce
Merge tag 'sh-for-4.17' of git://git.libc.org/linux-sh
by Linus Torvalds
· 7 years ago
ce88313
arch/sh: make the DMA mapping operations observe dev->dma_pfn_offset
by Thomas Petazzoni
· 7 years ago
96a5989
sh: fix debug trap failure to process signals before return to user
by Rich Felker
· 7 years ago
eb6b693
sh: fix memory corruption of unflattened device tree
by Rich Felker
· 8 years ago
ef1c4a6
Merge tag 'media/v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 7 years ago
a90f590
mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()
by Dominik Brodowski
· 7 years ago
9d5b7c9
mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()
by Dominik Brodowski
· 7 years ago
36028d5
fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscalls
by Dominik Brodowski
· 7 years ago
c2f9b05
media: arch: sh: ecovec: Use new renesas-ceu camera driver
by Jacopo Mondi
· 7 years ago
186c446
media: arch: sh: migor: Use new renesas-ceu camera driver
by Jacopo Mondi
· 7 years ago
ab486bc
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
by Linus Torvalds
· 7 years ago
b2fe5fa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
e3e49ca
sh_eth: remove sh_eth_plat_data::edmac_endian
by Sergei Shtylyov
· 7 years ago
0e88bb0
signal/sh: Ensure si_signo is initialized in do_divide_error
by Eric W. Biederman
· 8 years ago
9e6a42f
sh: do not use print_symbol()
by Sergey Senozhatsky
· 7 years ago
75f296d
kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK
by Levin, Alexander (Sasha Levin)
· 7 years ago
8745808
mm, arch: remove empty_bad_page*
by Michal Hocko
· 7 years ago
e37e0ee
Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
e0c6584
sh: make dma_cache_sync a no-op
by Christoph Hellwig
· 8 years ago
98ced88
Merge tag 'kbuild-thinar-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 8 years ago
Next »