index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-16
sparc64: Update defconfig.
David S. Miller
1
-9
/
+31
2008-05-16
sparc64: Fix lmb_reserve() args in find_ramdisk().
David S. Miller
1
-1
/
+1
2008-05-16
sh: use the common ascii hex helpers
Harvey Harrison
1
-6
/
+5
2008-05-16
sh: fix sh7785 master clock value
Yoshihiro Shimoda
1
-1
/
+1
2008-05-16
sh: Fix up thread info pointer in syscall_badsys resume path.
Hideo Saito
1
-0
/
+1
2008-05-16
sh: Fix up optimized SH-4 memcpy on big endian.
Hideo Saito
1
-11
/
+11
2008-05-16
sh: disable initrd defaults in .empty_zero_page.
Paul Mundt
1
-2
/
+2
2008-05-16
sh: display boot params by default on entry.
Paul Mundt
1
-0
/
+11
2008-05-15
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
Linus Torvalds
15
-31
/
+496
2008-05-15
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
Linus Torvalds
15
-38
/
+269
2008-05-15
[IA64] fix personality(PER_LINUX32) performance issue
Huang, Xiaolan
2
-10
/
+25
2008-05-15
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
Linus Torvalds
4
-32
/
+26
2008-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6
Linus Torvalds
17
-90
/
+89
2008-05-15
arch/parisc/kernel/perf_asm.S: build fix
Kyle McMartin
1
-0
/
+2
2008-05-15
parisc: remove -traditional from assembler flags
Kyle McMartin
1
-3
/
+0
2008-05-15
parisc: use conditional macro for 64-bit wide ops
Kyle McMartin
2
-62
/
+54
2008-05-15
[S390] show_interrupts: prevent cpu hotplug when walking cpu_online_map.
Heiko Carstens
1
-1
/
+2
2008-05-15
[S390] smp: __smp_call_function_map vs cpu_online_map fix.
Heiko Carstens
1
-8
/
+8
2008-05-15
[S390] s390dbf: Use const char * for dbf name.
Cornelia Huck
1
-10
/
+10
2008-05-15
[S390] sparsemem vmemmap: initialize memmap.
Heiko Carstens
1
-13
/
+6
2008-05-15
arch/parisc/kernel/unaligned.c: use time_* macros
S.Caglar Onur
1
-1
/
+2
2008-05-15
parisc: remove redundant display of free swap space in show_mem()
Johannes Weiner
1
-2
/
+0
2008-05-15
parisc: replace remaining __FUNCTION__ occurrences
Harvey Harrison
4
-4
/
+4
2008-05-15
parisc: fix trivial section name warnings
Helge Deller
11
-18
/
+27
2008-05-15
[POWERPC] cell: Fix section mismatches in io-workarounds code
Ishizaki Kou
2
-6
/
+6
2008-05-15
[POWERPC] spufs: Fix compile error
FUJITA Tomonori
1
-0
/
+1
2008-05-15
[POWERPC] vmemmap fixes to use smaller pages
Benjamin Herrenschmidt
4
-11
/
+59
2008-05-15
[POWERPC] spufs: Fix pointer reference in find_victim
Luke Browning
1
-1
/
+1
2008-05-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
6
-126
/
+31
2008-05-14
lib: create common ascii hex array
Harvey Harrison
1
-8
/
+0
2008-05-14
atmel_lcdfb: fix initialization of a pre-allocated framebuffer
Nicolas Ferre
2
-23
/
+2
2008-05-14
[IA64] Properly unregister legacy interrupts
Prarit Bhargava
1
-0
/
+3
2008-05-14
[IA64] Remove NULL pointer check for argument never passed as NULL.
Simon Holm Thøgersen
1
-6
/
+0
2008-05-14
[IA64] trivial cleanup for perfmon.c
Hidetoshi Seto
1
-6
/
+10
2008-05-14
[IA64] trivial cleanup for entry.S
Hidetoshi Seto
1
-6
/
+6
2008-05-14
[IA64] fix interrupt masking for pending works on kernel leave
Hidetoshi Seto
2
-8
/
+31
2008-05-14
[IA64] allow user to force_pal_cache_flush
Alex Chiang
1
-0
/
+11
2008-05-14
[IA64] Don't reserve crashkernel memory > 4 GB
Bernhard Walle
1
-0
/
+29
2008-05-14
[IA64] machvec support for SGI UV platform
Jack Steiner
7
-2
/
+154
2008-05-13
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
10
-32
/
+39
2008-05-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6
Linus Torvalds
2
-6
/
+6
2008-05-13
x86: user_regset_view table fix for ia32 on 64-bit
Roland McGrath
1
-2
/
+5
2008-05-13
x86: arch/x86/mm/pat.c - fix warning
Pranith Kumar
1
-2
/
+2
2008-05-13
x86: fix csum_partial() export
Ingo Molnar
2
-2
/
+3
2008-05-13
x86: early_init_centaur(): use set_cpu_cap()
Andrew Morton
1
-1
/
+1
2008-05-13
x86: fix app crashes after SMP resume
Hugh Dickins
3
-19
/
+20
2008-05-13
x86/PCI: X86_PAT & mprotect
Venki Pallipadi
1
-3
/
+1
2008-05-13
x86/PCI: fix broken ISA DMA
Takashi Iwai
1
-3
/
+5
2008-05-13
m68knommu: missing sections for linker script
Greg Ungerer
1
-0
/
+10
2008-05-13
parisc: fix DISCONTIGMEM compile breakage
Mel Gorman
1
-1
/
+1
[prev]
[next]