Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
f0da898b464953157911913cd93eaedcb2c92407
/
arch
/
parisc
/
kernel
1573d2c
Merge branch 'parisc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
by Linus Torvalds
· 8 years ago
0a86248
parisc: Show trap name in kernel crash
by Helge Deller
· 8 years ago
abb5a14
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
f79b076
parisc: Move exception table into read-only section
by Helge Deller
· 8 years ago
f8850ab
parisc: Fix kernel memory layout regarding position of __gp
by Helge Deller
· 8 years ago
73e8fb2
Merge branch 'work.const-qstr' into work.misc
by Al Viro
· 8 years ago
b66484c
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 8 years ago
997b611
Merge branch 'parisc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
by Linus Torvalds
· 8 years ago
6727ad9
nmi_backtrace: generate one-line reports for idle cpus
by Chris Metcalf
· 8 years ago
690d097
parisc: Increase KERNEL_INITIAL_SIZE for 32-bit SMP kernels
by Helge Deller
· 8 years ago
4fe9e1d
parisc: Drop bootmem and switch to memblock
by Helge Deller
· 8 years ago
f39cce6
parisc: Add cfi_startproc and cfi_endproc to assembly code
by Helge Deller
· 8 years ago
2929e73
parisc: Move hpmc stack into page aligned bss section
by Helge Deller
· 8 years ago
92420bd
parisc: Fix self-detected CPU stall warnings on Mako machines
by Helge Deller
· 8 years ago
910a864
parisc: Update comment regarding implementation of copy_user_page_asm
by John David Anglin
· 8 years ago
c4351d9
parisc: Use kmalloc_array() in add_system_map_addresses()
by Markus Elfring
· 8 years ago
5baf919
parisc: Check return value of smp_boot_one_cpu()
by Helge Deller
· 8 years ago
9a7c348
ftrace: Add return address pointer to ftrace_ret_stack
by Josh Poimboeuf
· 8 years ago
ae14183
parisc: Fix automatic selection of cr16 clocksource
by Helge Deller
· 8 years ago
3baf328
parisc: use %pD
by Al Viro
· 8 years ago
6c84239
Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
by Linus Torvalds
· 8 years ago
b067c90
Merge branch 'parisc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
by Linus Torvalds
· 8 years ago
00085f1
dma-mapping: use unsigned long for dma_attrs
by Krzysztof Kozlowski
· 8 years ago
49ea148
parisc: Add break statements to pdc_pat_io_pci_cfg_read()
by Helge Deller
· 8 years ago
375f018
parisc/ptrace: run seccomp after ptrace
by Kees Cook
· 9 years ago
2f275de
seccomp: Add a seccomp_data parameter secure_computing()
by Andy Lutomirski
· 9 years ago
58f1c65
parisc: Move die_if_kernel() prototype into traps.h header
by Helge Deller
· 9 years ago
8b78f26
parisc: Fix pagefault crash in unaligned __get_user() call
by Helge Deller
· 9 years ago
0032c08
parisc: Fix printk time during boot
by Helge Deller
· 9 years ago
be24a89
parisc: Fix backtrace on PA-RISC
by Mikulas Patocka
· 14 years ago
ca6da80
rtc: parisc: provide rtc_class_ops directly
by Arnd Bergmann
· 9 years ago
5fece5a
parisc: Use long jump to reach ftrace_return_to_handler()
by Helge Deller
· 9 years ago
4df3c9e
parisc: Merge ftrace C-helper and assembler functions into .text.hot section
by Helge Deller
· 9 years ago
54b66800
parisc: Add native high-resolution sched_clock() implementation
by Helge Deller
· 9 years ago
64e2a42
parisc: Add ARCH_TRACEHOOK and regset support
by Helge Deller
· 9 years ago
fc79168
parisc: Add syscall tracepoint support
by Helge Deller
· 9 years ago
5f56a5d
exit_thread: remove empty bodies
by Jiri Slaby
· 9 years ago
f0b22d1
parisc: fix a bug when syscall number of tracee is __NR_Linux_syscalls
by Dmitry V. Levin
· 9 years ago
60ea7bb
Merge branch 'parisc-4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
by Linus Torvalds
· 9 years ago
366dd4e
parisc: Fix ftrace function tracer
by Helge Deller
· 9 years ago
2ef4dfd
parisc: Unbreak handling exceptions from kernel modules
by Helge Deller
· 9 years ago
ef72f311
parisc: Fix kernel crash with reversed copy_from_user()
by Helge Deller
· 9 years ago
e389302
parisc: Avoid function pointers for kernel exception routines
by Helge Deller
· 9 years ago
592570c
parisc: Handle R_PARISC_PCREL32 relocations in kernel modules
by Helge Deller
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
c05c2ec
Merge branch 'parisc-4.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
by Linus Torvalds
· 9 years ago
910cd32
parisc: Fix and enable seccomp filter support
by Helge Deller
· 9 years ago
4f4acc9
parisc: Fix SIGSYS signals in compat case
by Helge Deller
· 9 years ago
be7635e
arch, ftrace: for KASAN put hard/soft IRQ entries into separate sections
by Alexander Potapenko
· 9 years ago
119a0a3
parisc: Wire up preadv2 and pwritev2 syscalls
by Helge Deller
· 9 years ago
c95a23d
parisc: Panic immediately when panic_on_oops
by Aaro Koskinen
· 9 years ago
56649be
parisc: Drop alloc_hugepages and free_hugepages syscalls
by Helge Deller
· 9 years ago
710d60c
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
b4f09ae
parisc: Wire up copy_file_range syscall
by Helge Deller
· 9 years ago
98e8b6c
parisc: Fix ptrace syscall number and return value modification
by Helge Deller
· 9 years ago
fc6d73d
arch/hotplug: Call into idle with a proper state
by Thomas Gleixner
· 9 years ago
7938717
parisc: convert to dma_map_ops
by Christoph Hellwig
· 9 years ago
a4eff16
Merge branch 'parisc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
by Linus Torvalds
· 9 years ago
0f0836b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching
by Linus Torvalds
· 9 years ago
2c2277d
parisc: Imporove debug info about space registers and TLB configuration
by Helge Deller
· 9 years ago
fc63257
parisc: Reduce overhead of parisc_requires_coherency()
by Helge Deller
· 9 years ago
602c9c9
parisc: Initialize PCI bridge cache line and default latency
by Helge Deller
· 9 years ago
71a71fb
parisc: Fix syscall restarts
by Helge Deller
· 9 years ago
5c477b4
parisc: Wire up mlock2 syscall
by Helge Deller
· 9 years ago
5f0e9b4
parisc: Remove unused pcibios_init_bus()
by Bjorn Helgaas
· 9 years ago
7523e4d
module: use a structure to encapsulate layout.
by Rusty Russell
· 9 years ago
94521b2
Merge branch 'parisc-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
by Linus Torvalds
· 9 years ago
41b85a1
parisc: Map kernel text and data on huge pages
by Helge Deller
· 9 years ago
736d216
parisc: Add Huge Page and HUGETLBFS support
by Helge Deller
· 9 years ago
337685e
parisc: Use long branch to do_syscall_trace_exit
by Helge Deller
· 9 years ago
332b42e
parisc: Increase initial kernel mapping to 32MB on 64bit kernel
by Helge Deller
· 9 years ago
4182d0c
parisc: Initialize the fault vector earlier in the boot process.
by Helge Deller
· 9 years ago
7bc2d40
parisc: Wire up userfaultfd syscall
by Helge Deller
· 9 years ago
b609675
parisc: allocate sys_membarrier system call number
by Mathieu Desnoyers
· 9 years ago
6dc0dcd
parisc: Use platform_device_register_simple("rtc-generic")
by Helge Deller
· 9 years ago
72581ce
parisc: Drop CONFIG_SMP around update_cr16_clocksource()
by Helge Deller
· 9 years ago
1b59ddf
parisc: Use double word condition in 64bit CAS operation
by John David Anglin
· 9 years ago
b1b4e43
parisc: Filter out spurious interrupts in PA-RISC irq handler
by Helge Deller
· 9 years ago
d2109a1
parisc/irq: Use access helper irq_data_get_affinity_mask()
by Jiang Liu
· 10 years ago
01ab605
parisc: Fix some PTE/TLB race conditions and optimize __flush_tlb_range based on timing results
by John David Anglin
· 9 years ago
2d44070
Merge tag 'module_init-device_initcall-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 9 years ago
210bff6
parisc: use for_each_sg()
by Akinobu Mita
· 10 years ago
15becab
parisc64: don't use module_init for non-modular core perf code
by Paul Gortmaker
· 10 years ago
aed6850
parisc: don't use module_init for non-modular core pdc_cons code
by Paul Gortmaker
· 10 years ago
70ffdb9
mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler
by David Hildenbrand
· 10 years ago
d045c77
parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards architectures
by Helge Deller
· 10 years ago
5fec97d
parisc: copy_thread(): rename 'arg' argument to 'kthread_arg'
by Alex Dowad
· 10 years ago
8bf8a1d
parisc: Eliminate sg_virt_addr() and private scatterlist.h
by Matthew Wilcox
· 10 years ago
6496edf
Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 10 years ago
fa2e5c0
Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc
by Linus Torvalds
· 10 years ago
f24ffde
parisc: expose number of page table levels on Kconfig level
by Kirill A. Shutemov
· 10 years ago
fa41b1c
arch: Remove exec_domain from remaining archs
by Richard Weinberger
· 10 years ago
47514da
parisc: Add compile-time check when adding new syscalls
by Helge Deller
· 10 years ago
409e56f
parisc: fix up obsolete cpu function usage.
by Rusty Russell
· 10 years ago
3d66b81
parisc: Remove unused function
by Rickard Strandqvist
· 10 years ago
c78c2b7
parisc: hpux - Remove hpux gateway page
by Helge Deller
· 10 years ago
0bd1e94
parisc: Add error checks when building up signal trampoline handler
by Helge Deller
· 10 years ago
fb96a79
parisc: Wire up execveat syscall
by Helge Deller
· 10 years ago
cb9e3c2
mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()
by Andrey Ryabinin
· 10 years ago
f56141e
all arches, signal: move restart_block to struct task_struct
by Andy Lutomirski
· 10 years ago
Next »