Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | read_barrier_depends arch fixlets | Nick Piggin | 2008-05-14 | 2 | -2/+2 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2008-05-13 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | [ALSA] ASoC: build fix for snd_soc_info_bool_ext | Philipp Zabel | 2008-05-13 | 1 | -1/+1 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | fuse: add flag to turn on big writes | Miklos Szeredi | 2008-05-13 | 1 | -0/+1 | |
* | | | | | | | memcg: fix possible panic when CONFIG_MM_OWNER=y | KOSAKI Motohiro | 2008-05-13 | 1 | -2/+11 | |
* | | | | | | | cpumask: remove bitmap_scnprintf_len and cpumask_scnprintf_len | Paul Jackson | 2008-05-13 | 2 | -8/+0 | |
* | | | | | | | uml: random driver fixes | Jeff Dike | 2008-05-13 | 1 | -1/+2 | |
* | | | | | | | uml: use PAGE_SIZE in linker scripts | Cyrill Gorcunov | 2008-05-13 | 1 | -6/+11 | |
* | | | | | | | uml: remove unused header | Jeff Dike | 2008-05-13 | 1 | -6/+0 | |
|/ / / / / / | ||||||
* | | | | | | Make 'cond_resched()' nullification depend on PREEMPT_BKL | Linus Torvalds | 2008-05-12 | 1 | -1/+1 | |
* | | | | | | Fix up 'need_resched()' definition | Linus Torvalds | 2008-05-12 | 1 | -1/+1 | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-inttypes | Linus Torvalds | 2008-05-12 | 1 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | types: s390: fix #ifdef reversal in <asm-s390/types.h> | H. Peter Anvin | 2008-05-12 | 1 | -2/+2 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2008-05-12 | 18 | -1578/+1451 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | [MIPS] Get rid of __ilog2 | Ralf Baechle | 2008-05-12 | 1 | -7/+2 | |
| * | | | | | | [MIPS] Fix __fls for non-MIPS32/MIPS64 cpus | Thomas Bogendoerfer | 2008-05-12 | 1 | -2/+3 | |
| * | | | | | | [MIPS] Pb1200/DBAu1200 code style cleanup | Sergei Shtylyov | 2008-05-12 | 2 | -85/+81 | |
| * | | | | | | [MIPS] Pb1550 code style cleanup | Sergei Shtylyov | 2008-05-12 | 1 | -25/+26 | |
| * | | | | | | [MIPS] Pb1500 code style cleanup | Sergei Shtylyov | 2008-05-12 | 1 | -20/+18 | |
| * | | | | | | [MIPS] Pb1100 code style cleanup | Sergei Shtylyov | 2008-05-12 | 1 | -48/+48 | |
| * | | | | | | [MIPS] Pb1000 code style cleanup | Sergei Shtylyov | 2008-05-12 | 1 | -137/+52 | |
| * | | | | | | [MIPS] DBAu1xx0 code style cleanup | Sergei Shtylyov | 2008-05-12 | 1 | -41/+42 | |
| * | | | | | | [MIPS] Alchemy common headers style cleanup | Sergei Shtylyov | 2008-05-12 | 8 | -1209/+1175 | |
| * | | | | | | [MIPS] Add empty argument parenthesis to GCC_IMM_ASM | Ralf Baechle | 2008-05-12 | 1 | -2/+2 | |
| * | | | | | | [MIPS] MT: Functional fixes and a little reformatting of APRP support | Kevin D. Kissell | 2008-05-12 | 1 | -2/+2 | |
| |/ / / / / | ||||||
* | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Linus Torvalds | 2008-05-12 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | [POWERPC] ppc: More compile fixes | Paul Mackerras | 2008-05-12 | 1 | -1/+1 | |
| |/ / / / / | ||||||
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2008-05-12 | 1 | -0/+2 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | sparc32: Fix build. | Robert Reif | 2008-05-11 | 1 | -0/+2 | |
* | | | | | | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 | Linus Torvalds | 2008-05-11 | 3 | -1/+5 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | i2c: Convert some more new-style drivers to use module aliasing | Jean Delvare | 2008-05-11 | 2 | -0/+4 | |
| * | | | | | | i2c: Match dummy devices by type | Jean Delvare | 2008-05-11 | 1 | -1/+1 | |
* | | | | | | | Add new 'cond_resched_bkl()' helper function | Linus Torvalds | 2008-05-11 | 1 | -1/+5 | |
|/ / / / / / | ||||||
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2008-05-11 | 8 | -23/+26 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | sparc: Fix debugger syscall restart interactions. | David S. Miller | 2008-05-11 | 8 | -23/+24 | |
| * | | | | | sparc: Fix ptrace() detach. | David S. Miller | 2008-05-11 | 2 | -0/+2 | |
* | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2008-05-11 | 1 | -6/+3 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | [libata] revert new check-ready Status register logic | Jeff Garzik | 2008-05-09 | 1 | -6/+3 | |
* | | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2008-05-10 | 2 | -2/+3 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/nico/... | Russell King | 2008-05-09 | 32 | -96/+240 | |
| |\ \ \ \ \ \ | | |/ / / / / | ||||||
| * | | | | | | [ARM] pxa: Fix RCSR handling | Russell King | 2008-05-08 | 1 | -1/+2 | |
| | |_|_|/ / | |/| | | | | ||||||
| * | | | | | [ARM] 5027/1: Fixed random memory corruption on pxa suspend cycle. | Robert Jarzmik | 2008-05-04 | 1 | -1/+1 | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86... | Linus Torvalds | 2008-05-10 | 5 | -36/+49 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | x86: sysfs cpu?/topology is empty in 2.6.25 (32-bit Intel system) | Vaidyanathan Srinivasan | 2008-05-10 | 1 | -8/+10 | |
| * | | | | | | x86: revert commit 709f744 ("x86: bitops asm constraint fixes") | Simon Holm Thøgersen | 2008-05-10 | 1 | -20/+17 | |
| * | | | | | | x86: fix fpu restore from sig return | Suresh Siddha | 2008-05-10 | 1 | -1/+9 | |
| * | | | | | | x86: cleanup PAT cpu validation | Thomas Gleixner | 2008-05-08 | 1 | -0/+8 | |
| * | | | | | | x86: geode: define geode_has_vsa2() even if CONFIG_MGEODE_LX is not set | Andres Salomon | 2008-05-08 | 1 | -0/+7 | |
| * | | | | | | x86: GEODE: cache results from geode_has_vsa2() and uninline | Andres Salomon | 2008-05-08 | 1 | -10/+1 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | BKL: revert back to the old spinlock implementation | Linus Torvalds | 2008-05-10 | 1 | -8/+10 |