Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
4035c07a895974d0ac06a56fe870ad293fc451a7
/
arch
/
parisc
/
include
/
asm
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
· 16 years ago
72099ed
asm-generic: rename atomic.h to atomic-long.h
by Arnd Bergmann
· 16 years ago
c31ae4b
asm-generic: introduce asm/bitsperlong.h
by Arnd Bergmann
· 16 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
74d96f0
byteorder: make swab.h include asm/swab.h like a regular header
by Harvey Harrison
· 16 years ago
e245b80
parisc: introduce asm/swab.h
by Harvey Harrison
· 16 years ago
29a41e9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6
by Linus Torvalds
· 16 years ago
ea435467
atomic_t: unify all arch definitions
by Matthew Wilcox
· 16 years ago
c61c25e
parisc: fix kernel crash (protection id trap) when compiling ruby1.9
by Kyle McMartin
· 16 years ago
5fbf663
parisc: fix ipv6 checksum
by Kyle McMartin
· 16 years ago
ef017be
parisc: Replace NR_CPUS in parisc code
by Helge Deller
· 16 years ago
70da2d9
parisc: fix braino in commit adding __space_to_prot
by Kyle McMartin
· 16 years ago
a60715f
parisc: factor out sid to protid conversion
by Kyle McMartin
· 16 years ago
0ca5506
parisc: use leX_to_cpu in place of __fswabX
by Kyle McMartin
· 16 years ago
0063507
parisc: remove dead BIO_VMERGE_BOUNDARY and BIO_VMERGE_MAX_SIZE definitions
by FUJITA Tomonori
· 16 years ago
d2e6675
parisc: use the new byteorder headers
by Harvey Harrison
· 16 years ago
c298be7
parisc: fix module loading failure of large kernel modules
by Helge Deller
· 16 years ago
165ac43
parisc: remove gratuitous cpu_online_map declaration.
by Rusty Russell
· 16 years ago
5289f46
parisc: disable UP-optimized flush_tlb_mm
by Kyle McMartin
· 16 years ago
a6e470f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6
by Linus Torvalds
· 16 years ago
96b8936
remove __ARCH_WANT_COMPAT_SYS_PTRACE
by Christoph Hellwig
· 16 years ago
90f6713
parisc: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
9860d1b
parisc: __kernel_time_t is always long
by Geert Uytterhoeven
· 16 years ago
906bf11
fix cpumask build breakage on parisc
by Helge Deller
· 16 years ago
e3d2f92
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6
by Linus Torvalds
· 16 years ago
81e192d
parisc: convert to generic compat_sys_ptrace
by Helge Deller
· 16 years ago
f0514ae
parisc: initialize unwinder much earlier
by James Bottomley
· 16 years ago
0be7d1f
parisc: add new syscalls
by Kyle McMartin
· 16 years ago
24b574d
parisc: add pdc_coproc_cfg_unlocked and set_firmware_width_unlocked
by Kyle McMartin
· 16 years ago
deae26b
parisc: move include/asm-parisc to arch/parisc/include/asm
by Kyle McMartin
· 16 years ago