Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f0fba2ad1b6b53d5360125c41953b7afcd6deff0
/
arch
/
parisc
/
include
/
asm
06b2e98
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6
by Linus Torvalds
· 14 years ago
210501a
parisc: Call pagefault_disable/pagefault_enable in kmap_atomic/kunmap_atomic
by John David Anglin
· 15 years ago
f6ae31c
parisc: use asm-generic/scatterlist.h
by FUJITA Tomonori
· 14 years ago
0961d65
Merge git://git.infradead.org/iommu-2.6
by Linus Torvalds
· 14 years ago
f39d01b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
b2be052
panic: Allow warnings to set different taint flags
by Ben Hutchings
· 15 years ago
f3d46f9
atomic_t: Cast to volatile when accessing atomic variables
by Anton Blanchard
· 14 years ago
0ddc932
add descriptive comment for TIF_MEMDIE task flag declaration.
by Andreas Dilger
· 14 years ago
f41b177
pci-dma: add linux/pci-dma.h to linux/pci.h
by FUJITA Tomonori
· 15 years ago
74a0bd6
pci-dma: parisc: use include/linux/pci-dma.h
by FUJITA Tomonori
· 15 years ago
dacbe41
ptrace: move user_enable_single_step & co prototypes to linux/ptrace.h
by Christoph Hellwig
· 15 years ago
e28cbf2
improve sys_newuname() for compat architectures
by Christoph Hellwig
· 15 years ago
eef83af
parisc: Simplify param.h by including <asm-generic/param.h>
by Robert P. J. Day
· 15 years ago
1d747c7
parisc: drop unnecessary cast in __ldcw_align() macro
by Helge Deller
· 15 years ago
888c31f
parisc: add strict copy size checks (v2)
by Helge Deller
· 15 years ago
81e4a5e
parisc: ditto sys_accept4
by Kyle McMartin
· 15 years ago
9ceb38e
parisc: wire up sys_recvmmsg
by Helge Deller
· 15 years ago
ac0f6f9
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 15 years ago
4b3073e
MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself
by Russell King
· 15 years ago
ef7cc35
parisc: add mm API for DMA to vmalloc/vmap areas
by James Bottomley
· 15 years ago
5a865c0
Merge branch 'for-33' of git://repo.or.cz/linux-kbuild
by Linus Torvalds
· 15 years ago
b2adf0c
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6
by Linus Torvalds
· 15 years ago
698ba7b
elf: kill USE_ELF_CORE_DUMP
by Christoph Hellwig
· 15 years ago
0592079
parisc: Convert BUG() to use unreachable()
by David Daney
· 15 years ago
11e17809
parisc: add CALLER_ADDR{0-6} macros
by Helge Deller
· 15 years ago
e593194
locking: Convert raw_rwlock functions to arch_rwlock
by Thomas Gleixner
· 15 years ago
fb3a6bb
locking: Convert raw_rwlock to arch_rwlock
by Thomas Gleixner
· 15 years ago
0199c4e
locking: Convert __raw_spin* functions to arch_spin*
by Thomas Gleixner
· 15 years ago
edc35bd
locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKED
by Thomas Gleixner
· 15 years ago
445c895
locking: Convert raw_spinlock to arch_spinlock
by Thomas Gleixner
· 15 years ago
559df2e
kbuild: move asm-offsets.h to include/generated
by Sam Ravnborg
· 16 years ago
6b2f3d1
vfs: Implement proper O_SYNC semantics
by Christoph Hellwig
· 15 years ago
6035ccd
Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
220d0b1
Merge branch 'master' into for-2.6.33
by Jens Axboe
· 15 years ago
2d4dc89
block: add helpers to run flush_dcache_page() against a bio and a request's pages
by Ilya Loginov
· 15 years ago
3505d1a
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
a08e37f
fcntl: Use consistent values for F_[GS]ETOWN_EX
by Stephen Rothwell
· 15 years ago
3b88578
net: Generalize socket rx gap / receive queue overflow cmsg
by Neil Horman
· 15 years ago
9609bfe
parisc: convert to asm-generic/hardirq.h
by Christoph Hellwig
· 15 years ago
f32ed39
parisc: Make THREAD_SIZE available to assembly files and linker scripts.
by Tim Abbott
· 15 years ago
4255f0d
parisc: rename parisc's vmalloc_start to parisc_vmalloc_start
by Helge Deller
· 15 years ago
40e03b6
parisc: add skeleton syscall.h
by Kyle McMartin
· 15 years ago
ecd3d4b
parisc: stop using task->ptrace for {single,block}step flags
by Kyle McMartin
· 15 years ago
ba0a6c9
fcntl: add F_[SG]ETOWN_EX
by Peter Zijlstra
· 15 years ago
0748bd0
cpumask: remove arch_send_call_function_ipi
by Rusty Russell
· 15 years ago
90f72aa
mm: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regions
by Arnd Bergmann
· 15 years ago
d19f352
ksm: define MADV_MERGEABLE and MADV_UNMERGEABLE
by Hugh Dickins
· 15 years ago
cdd6c48
perf: Do the big rename: Performance Counters -> Performance Events
by Ingo Molnar
· 15 years ago
4406c56
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6
by Linus Torvalds
· 15 years ago
66a4fe0
Merge branch 'agp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/agp-2.6
by Linus Torvalds
· 15 years ago
d7e9660
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 15 years ago
a7db504
PCI: remove pcibios_scan_all_fns()
by Alex Chiang
· 15 years ago
d0420c8
KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6]
by David Howells
· 15 years ago
aa11d95
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
0d6038e
net: implement a SO_DOMAIN getsockoption
by Jan Engelhardt
· 15 years ago
49c794e
net: implement a SO_PROTOCOL getsockoption
by Jan Engelhardt
· 15 years ago
6a12235
agp: kill phys_to_gart() and gart_to_phys()
by David Woodhouse
· 15 years ago
9e1b32c
mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()
by Benjamin Herrenschmidt
· 15 years ago
c99e6ef
sched: INIT_PREEMPT_COUNT
by Peter Zijlstra
· 15 years ago
64daa44
parisc: use generic atomic64 on 32-bit
by Kyle McMartin
· 15 years ago
2d4618d
parisc: perf: wire up sys_perf_counter_open
by Kyle McMartin
· 15 years ago
abf1e11
parisc: add task_pt_regs macro
by Kyle McMartin
· 15 years ago
538e236
parisc: wire sys_perf_counter_open to sys_ni_syscall
by Kyle McMartin
· 15 years ago
4435607
parisc: wire up rt_tgsigqueueinfo
by Kyle McMartin
· 15 years ago
e82a3b7
parisc: ensure broadcast tlb purge runs single threaded
by Helge Deller
· 15 years ago
7d17e27
parisc: fix ldcw inline assembler
by Helge Deller
· 16 years ago
692c14a
parisc: Remove casts from atomic macros
by Bastian Blank
· 16 years ago
071327e
parisc: remove CVS keywords
by Alexander Beregalov
· 16 years ago
90eab5e
parisc: wire up preadv/pwritev syscalls
by Kyle McMartin
· 16 years ago
a6c1409
Delete pcibios_select_root
by Matthew Wilcox
· 15 years ago
e4c9dd0
kmap_types: make most arches use generic header file
by Randy Dunlap
· 15 years ago
9cbc1cb
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 15 years ago
5b17e1c
asm-generic: rename page.h and uaccess.h
by Arnd Bergmann
· 15 years ago
72099ed
asm-generic: rename atomic.h to atomic-long.h
by Arnd Bergmann
· 15 years ago
c31ae4b
asm-generic: introduce asm/bitsperlong.h
by Arnd Bergmann
· 15 years ago
7d217d7
cfg80211: errno.h: define ERFKILL
by Alexander Beregalov
· 15 years ago
3ba113d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6
by Linus Torvalds
· 16 years ago
f5f7eac
Allow rwlocks to re-enable interrupts
by Robin Holt
· 16 years ago
bf589a3
parisc: Move kernel Elf_Fdesc define to <asm/elf.h>
by Kyle McMartin
· 16 years ago
bb73501
parisc: fix build when ARCH_HAS_KMAP
by Kyle McMartin
· 16 years ago
7cec2ef
Merge branch 'rusty-cpumask-parisc' into parisc
by Kyle McMartin
· 16 years ago
d845e1f
parisc: asm/pdc.h should include asm/page.h
by Alexander Beregalov
· 16 years ago
47e669c
parisc: fix macro expansion in atomic.h
by James Bottomley
· 16 years ago
d75f054
parisc: add ftrace (function and graph tracer) functionality
by Helge Deller
· 16 years ago
445c088
parisc: expose 32/64-bit capabilities in cpuinfo
by Colin Watson
· 16 years ago
48d27cb
parisc: fix usage of 32bit PTE page table entries on 32bit kernels
by Helge Deller
· 16 years ago
ba1eb95
Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
08abe18
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 16 years ago
5a54bd1
Merge commit 'v2.6.29' into core/header-fixes
by Ingo Molnar
· 16 years ago
91887a3
cpumask: arch_send_call_function_ipi_mask: parisc
by Rusty Russell
· 16 years ago
0cb385e
parisc: define x->x mmio accessors
by Kyle McMartin
· 16 years ago
8b6649c
parisc: convert cpu_check_affinity to new cpumask api
by Kyle McMartin
· 16 years ago
9dfe914
parisc: convert (read|write)bwlq to inlines
by Kyle McMartin
· 16 years ago
c1da90f
parisc: fix 64bit build
by Helge Deller
· 16 years ago
2cfeb9a
parisc: add braces around arguments in assembler macros
by Helge Deller
· 16 years ago
e448372
parisc: fix `struct pt_regs' declared inside parameter list warning
by Helge Deller
· 16 years ago
cb9eff0
net: new user space API for time stamping of incoming and outgoing packets
by Patrick Ohly
· 16 years ago
726da1e
headers_check fix: parisc, swab.h
by Jaswinder Singh Rajput
· 16 years ago
79f95ac
headers_check fix: parisc, pdc.h
by Jaswinder Singh Rajput
· 16 years ago
5872fb9
Documentation: move DMA-mapping.txt to Doc/PCI/
by Randy Dunlap
· 16 years ago
Next »