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
/
alpha
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2008-06-26
on_each_cpu(): kill unused 'retry' parameter
Jens Axboe
2
-3
/
+3
2008-06-26
smp_call_function: get rid of the unused nonatomic/retry argument
Jens Axboe
2
-4
/
+4
2008-06-26
alpha: convert to generic helpers for IPI function calls
Jens Axboe
2
-163
/
+13
2008-06-20
alpha: resurrect Cypress IDE quirk
Ivan Kokshaysky
1
-0
/
+17
2008-06-20
alpha: fix compile failures with gcc-4.3 (bug #10438)
Ivan Kokshaysky
2
-1
/
+4
2008-05-16
[PATCH] take init_files to fs/file.c
Al Viro
1
-1
/
+0
2008-05-01
[PATCH] make osf_select() use core_sys_select()
Al Viro
1
-65
/
+4
2008-04-29
alpha: use kbuild.h instead of macros in asm-offsets.c
Christoph Lameter
1
-5
/
+1
2008-04-29
iomap: fix 64 bits resources on 32 bits
Benjamin Herrenschmidt
1
-2
/
+2
2008-04-28
arch/alpha/kernel/traps.c: use time_* macros
S.Caglar Onur
1
-2
/
+3
2008-04-28
alpha: remove remaining __FUNCTION__ occurrences
Harvey Harrison
12
-84
/
+72
2008-04-28
alpha: handle kcalloc failure
Jim Meyering
1
-0
/
+6
2008-04-24
alpha: unbreak OSF/1 (a.out) binaries
Ivan Kokshaysky
1
-0
/
+1
2008-04-24
alpha: fix legacy mode PCI IDE controllers
Ivan Kokshaysky
2
-17
/
+7
2008-04-20
PCI: alpha: use generic pci_enable_resources()
Bjorn Helgaas
1
-22
/
+1
2008-04-17
Generic semaphore implementation
Matthew Wilcox
3
-234
/
+1
2008-04-02
alpha: fix ALSA DMA mmap crash
Ivan Kokshaysky
1
-3
/
+5
2008-03-13
alpha: use iommu_is_span_boundary helper function
FUJITA Tomonori
1
-10
/
+2
2008-03-09
alpha: fix iommu-related boot panic
Ivan Kokshaysky
1
-8
/
+7
2008-03-04
alpha: remove unused DEBUG_FORCEDAC define in IOMMU
FUJITA Tomonori
1
-1
/
+0
2008-03-04
alpha: make IOMMU respect the segment boundary limits
FUJITA Tomonori
1
-6
/
+34
2008-03-04
alpha: IOMMU had better access to the free space bitmap at only one place
FUJITA Tomonori
1
-13
/
+15
2008-03-04
alpha: convert IOMMU to use ALIGN()
FUJITA Tomonori
1
-3
/
+3
2008-02-14
Introduce path_put()
Jan Blunck
1
-1
/
+1
2008-02-14
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
Jan Blunck
1
-1
/
+1
2008-02-13
xtime_lock vs update_process_times
Peter Zijlstra
1
-7
/
+8
2008-02-08
procfs: constify function pointer tables
Jan Engelhardt
1
-1
/
+1
2008-02-08
aout: remove unnecessary inclusions of {asm, linux}/a.out.h
David Howells
3
-3
/
+0
2008-02-08
aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUT
David Howells
1
-62
/
+0
2008-02-07
Introduce flags for reserve_bootmem()
Bernhard Walle
2
-3
/
+5
2008-02-06
calibrate_delay() must be __cpuinit
Adrian Bunk
1
-4
/
+0
2008-02-06
get rid of NR_OPEN and introduce a sysctl_nr_open
Eric Dumazet
1
-1
/
+1
2008-02-05
alpha: kill deprecated virt_to_bus
FUJITA Tomonori
1
-2
/
+2
2008-02-05
arch/alpha: remove duplicate includes
Lucas Woods
1
-1
/
+0
2008-02-05
iommu sg merging: alpha: make pci_iommu respect the segment size limits
FUJITA Tomonori
1
-6
/
+18
2008-02-05
timerfd: new timerfd API
Davide Libenzi
1
-1
/
+1
2008-01-28
all archs: consolidate init and exit sections in vmlinux.lds.h
Sam Ravnborg
1
-4
/
+4
2007-12-17
alpha: build fixes
Ivan Kokshaysky
4
-4
/
+4
2007-11-27
alpha: fix sg_page breakage
FUJITA Tomonori
1
-6
/
+8
2007-10-23
alpha: sg_virt() fallout
Jens Axboe
1
-0
/
+1
2007-10-22
Update arch/ to use sg helpers
Jens Axboe
1
-1
/
+1
2007-10-20
spelling fixes: arch/alpha/
Simon Arlott
6
-6
/
+5
2007-10-19
Use helpers to obtain task pid in printks (arch code)
Alexey Dobriyan
2
-11
/
+11
2007-10-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
Linus Torvalds
1
-1
/
+1
2007-10-16
alpha: beautify vmlinux.lds
Sam Ravnborg
1
-126
/
+134
2007-10-16
alpha: convert to generic sys_ptrace
Christoph Hellwig
2
-45
/
+6
2007-10-16
Consolidate PTRACE_DETACH
Alexey Dobriyan
1
-4
/
+0
2007-10-14
kbuild: enable 'make CFLAGS=...' to add additional options to CC
Sam Ravnborg
1
-1
/
+1
2007-08-11
alpha: -Werror fixes for sys_titan.c
Jay Estabrook
1
-7
/
+20
2007-07-29
Remove fs.h from mm.h
Alexey Dobriyan
1
-0
/
+1
[next]