index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
slub: Use correct cpu_slab on dead cpu
Christoph Lameter
2012-12-11
1
-5
/
+7
*
mm: fix slab.c kernel-doc warnings
Randy Dunlap
2012-11-15
1
-4
/
+1
*
mm/slob: use min_t() to compare ARCH_SLAB_MINALIGN
Arnd Bergmann
2012-10-31
1
-3
/
+3
*
slab: Ignore internal flags in cache creation
Glauber Costa
2012-10-31
4
-25
/
+32
*
mm/slob: Use free_page instead of put_page for page-size kmalloc allocations
Ezequiel Garcia
2012-10-31
1
-1
/
+1
*
mm/sl[aou]b: Move common kmem_cache_size() to slab.h
Ezequiel Garcia
2012-10-31
4
-22
/
+8
*
mm/slob: Use object_size field in kmem_cache_size()
Ezequiel Garcia
2012-10-31
1
-3
/
+3
*
mm/slob: Drop usage of page->private for storing page-sized allocations
Ezequiel Garcia
2012-10-31
1
-14
/
+10
*
slub: Commonize slab_cache field in struct page
Glauber Costa
2012-10-24
2
-17
/
+14
*
Merge branch 'slab/procfs' into slab/next
Pekka Enberg
2012-10-24
4
-158
/
+166
|
\
|
*
sl[au]b: Process slabinfo_show in common code
Glauber Costa
2012-10-24
4
-27
/
+57
|
*
mm/sl[au]b: Move print_slabinfo_header to slab_common.c
Glauber Costa
2012-10-24
4
-36
/
+23
|
*
mm/sl[au]b: Move slabinfo processing to slab_common.c
Glauber Costa
2012-10-24
4
-105
/
+96
*
|
slub: remove one code path and reduce lock contention in __slab_free()
Joonsoo Kim
2012-10-19
1
-20
/
+14
|
/
*
Linux 3.7-rc1
v3.7-rc1
Linus Torvalds
2012-10-14
1
-2
/
+2
*
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
2012-10-14
107
-4493
/
+2895
|
\
|
*
Merge tag 'disintegrate-mips-20121009' of git://git.infradead.org/users/dhowe...
Ralf Baechle
2012-10-11
46
-1706
/
+1846
|
|
\
|
|
*
UAPI: (Scripted) Disintegrate arch/mips/include/asm
David Howells
2012-10-09
46
-1706
/
+1846
|
*
|
MIPS: SNI: Switch RM400 serial to SCCNXP driver
Thomas Bogendoerfer
2012-10-11
1
-24
/
+3
|
*
|
MIPS: Remove unused empty_bad_pmd_table[] declaration.
Ralf Baechle
2012-10-11
1
-1
/
+0
|
*
|
MIPS: MT: Remove kspd.
Ralf Baechle
2012-10-11
5
-462
/
+0
|
*
|
MIPS: Malta: Fix section mismatch.
Ralf Baechle
2012-10-11
1
-1
/
+2
|
*
|
MIPS: asm-offset.c: Delete unused irq_cpustat_t struct offsets.
Ralf Baechle
2012-10-11
1
-10
/
+0
|
*
|
MIPS: Alchemy: Merge PB1100/1500 support into DB1000 code.
Manuel Lauss
2012-10-11
8
-678
/
+95
|
*
|
MIPS: Alchemy: merge PB1550 support into DB1550 code
Manuel Lauss
2012-10-11
6
-437
/
+161
|
*
|
MIPS: Alchemy: Single kernel for DB1200/1300/1550
Manuel Lauss
2012-10-11
13
-941
/
+548
|
*
|
MIPS: Optimize TLB refill for RI/XI configurations.
David Daney
2012-10-11
1
-16
/
+7
|
*
|
MIPS: proc: Cleanup printing of ASEs.
Ralf Baechle
2012-10-11
1
-9
/
+11
|
*
|
MIPS: Hardwire detection of DSP ASE Rev 2 for systems, as required.
Ralf Baechle
2012-10-11
19
-0
/
+20
|
*
|
MIPS: Add detection of DSP ASE Revision 2.
Steven J. Hill
2012-10-11
5
-2
/
+11
|
*
|
MIPS: Optimize pgd_init and pmd_init
David Daney
2012-10-11
1
-10
/
+10
|
*
|
MIPS: perf: Add perf functionality for BMIPS5000
Al Cooper
2012-10-11
1
-1
/
+102
|
*
|
MIPS: perf: Split the Kconfig option CONFIG_MIPS_MT_SMP
Al Cooper
2012-10-11
2
-8
/
+12
|
*
|
MIPS: perf: Remove unnecessary #ifdef
Al Cooper
2012-10-11
1
-5
/
+0
|
*
|
MIPS: perf: Add cpu feature bit for PCI (performance counter interrupt)
Al Cooper
2012-10-11
5
-3
/
+13
|
*
|
MIPS: perf: Change the "mips_perf_event" table unsupported indicator.
Al Cooper
2012-10-11
1
-150
/
+4
|
*
|
MIPS: Align swapper_pg_dir to 64K for better TLB Refill code.
David Daney
2012-10-11
2
-10
/
+28
|
*
|
vmlinux.lds.h: Allow architectures to add sections to the front of .bss
David Daney
2012-10-11
1
-0
/
+9
|
*
|
Improve atomic.h robustness
Joshua Kinard
2012-10-11
1
-35
/
+29
*
|
|
Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2012-10-14
128
-594
/
+6799
|
\
\
\
|
*
|
|
X.509: Fix indefinite length element skip error handling
David Howells
2012-10-10
1
-9
/
+19
|
*
|
|
X.509: Convert some printk calls to pr_devel
David Howells
2012-10-10
1
-3
/
+3
|
*
|
|
asymmetric keys: fix printk format warning
Randy Dunlap
2012-10-10
1
-1
/
+1
|
*
|
|
MODSIGN: Fix 32-bit overflow in X.509 certificate validity date checking
David Howells
2012-10-10
3
-20
/
+51
|
*
|
|
MODSIGN: Make mrproper should remove generated files.
Rusty Russell
2012-10-10
2
-2
/
+4
|
*
|
|
MODSIGN: Use utf8 strings in signer's name in autogenerated X.509 certs
David Howells
2012-10-10
1
-0
/
+1
|
*
|
|
MODSIGN: Use the same digest for the autogen key sig as for the module sig
David Howells
2012-10-10
1
-1
/
+21
|
*
|
|
MODSIGN: Sign modules during the build process
David Howells
2012-10-10
2
-1
/
+191
|
*
|
|
MODSIGN: Provide a script for generating a key ID from an X.509 cert
David Howells
2012-10-10
1
-0
/
+268
|
*
|
|
MODSIGN: Implement module signature checking
David Howells
2012-10-10
2
-1
/
+229
[next]