| Commit message (Expand) | Author | Age | Files | Lines |
* | Alpha: Fix a missing comma in sys_osf_statfs() | David Howells | 2010-08-28 | 1 | -1/+1 |
* | Make do_execve() take a const filename pointer | David Howells | 2010-08-17 | 1 | -2/+3 |
* | defconfig reduction | Sam Ravnborg | 2010-08-14 | 1 | -867/+17 |
* | archs: replace unifdef-y with header-y | Sam Ravnborg | 2010-08-14 | 1 | -6/+5 |
* | Mark arguments to certain syscalls as being const | David Howells | 2010-08-13 | 2 | -4/+4 |
* | dma-mapping: remove dma_is_consistent API | FUJITA Tomonori | 2010-08-11 | 1 | -1/+0 |
* | dma-mapping: unify dma_get_cache_alignment implementations | FUJITA Tomonori | 2010-08-11 | 1 | -1/+0 |
* | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-08-10 | 1 | -2/+0 |
|\ |
|
| * | remove needless ISA_DMA_THRESHOLD | FUJITA Tomonori | 2010-08-07 | 1 | -2/+0 |
* | | tty: Add EXTPROC support for LINEMODE | hyc@symas.com | 2010-08-10 | 2 | -0/+3 |
* | | tty: remove remaining Hayes ESP ioctls | Greg Kroah-Hartman | 2010-08-10 | 1 | -2/+0 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-08-10 | 1 | -4/+4 |
|\ \ |
|
| * | | pass a struct path to vfs_statfs | Christoph Hellwig | 2010-08-09 | 1 | -4/+4 |
| |/ |
|
* | | alpha/h8300/m68k: remove obsolete <asm/md.h> files | Geert Uytterhoeven | 2010-08-09 | 1 | -13/+0 |
* | | alpha: implement HW performance events on the EV67 and later CPUs | Michael Cree | 2010-08-09 | 5 | -1/+879 |
* | | alpha: add wrperfmon.h header file to aid use of wrperfmon PALcall | Michael Cree | 2010-08-09 | 1 | -0/+93 |
* | | alpha: add performance monitor interrupt counter | Michael Cree | 2010-08-09 | 2 | -2/+6 |
* | | Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2010-08-06 | 1 | -4/+0 |
|\ \ |
|
| * | | time: Kill off CONFIG_GENERIC_TIME | John Stultz | 2010-07-27 | 1 | -4/+0 |
| |/ |
|
* | | Merge branch 'linus' into perf/core | Thomas Gleixner | 2010-06-28 | 7 | -52/+157 |
|\| |
|
| * | alpha: Detect Super IO chip, no IDE on Avanti, enable EPP19 | Morten H. Larsen | 2010-06-15 | 5 | -49/+155 |
| * | alpha: fix pci_mmap_resource API breakage | Matt Turner | 2010-06-15 | 1 | -2/+1 |
| * | alpha: fix __arch_hweight32 typo | Matt Turner | 2010-06-15 | 1 | -1/+1 |
* | | arch: Implement local64_t | Peter Zijlstra | 2010-06-09 | 1 | -0/+1 |
|/ |
|
* | asm-generic: remove ARCH_HAS_SG_CHAIN in scatterlist.h | FUJITA Tomonori | 2010-05-27 | 1 | -3/+1 |
* | alpha: use asm-generic/scatterlist.h | FUJITA Tomonori | 2010-05-27 | 2 | -18/+6 |
* | Revert "endian: #define __BYTE_ORDER" | Linus Torvalds | 2010-05-26 | 1 | -0/+5 |
* | alpha: simplify and optimize sched_find_first_bit | Matt Turner | 2010-05-26 | 1 | -11/+9 |
* | alpha: invoke oom-killer from page fault | Nick Piggin | 2010-05-26 | 1 | -9/+2 |
* | Convert alpha to use clocksources instead of arch_gettimeoffset | John Stultz | 2010-05-26 | 2 | -42/+31 |
* | endian: #define __BYTE_ORDER | Joakim Tjernlund | 2010-05-25 | 1 | -5/+0 |
* | sysfs: add struct file* to bin_attr callbacks | Chris Wright | 2010-05-21 | 1 | -3/+5 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2010-05-20 | 1 | -1/+1 |
|\ |
|
| * | add descriptive comment for TIF_MEMDIE task flag declaration. | Andreas Dilger | 2010-05-14 | 1 | -1/+1 |
* | | Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2010-05-19 | 2 | -54/+50 |
|\ \ |
|
| * | | alpha: Convert alpha to use read/update_persistent_clock | John Stultz | 2010-03-13 | 2 | -54/+50 |
* | | | Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2010-05-18 | 1 | -8/+10 |
|\ \ \ |
|
| * | | | bitops: Optimize hweight() by making use of compile-time evaluation | Peter Zijlstra | 2010-04-06 | 1 | -8/+10 |
| | |/
| |/| |
|
* / | | atomic_t: Cast to volatile when accessing atomic variables | Anton Blanchard | 2010-05-17 | 1 | -2/+2 |
|/ / |
|
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 15 | -7/+11 |
* | | alpha: fix compile errors in dma-mapping-common.h | FUJITA Tomonori | 2010-03-18 | 4 | -4/+0 |
* | | alpha: remove trailing spaces in messages | Frans Pop | 2010-03-18 | 2 | -2/+2 |
* | | alpha: use __ratelimit | Akinobu Mita | 2010-03-18 | 1 | -7/+3 |
* | | dma-mapping: alpha: use include/linux/pci-dma-compat.h | FUJITA Tomonori | 2010-03-12 | 5 | -342/+165 |
* | | pci-dma: add linux/pci-dma.h to linux/pci.h | FUJITA Tomonori | 2010-03-12 | 1 | -2/+0 |
* | | pci-dma: alpha: use include/linux/pci-dma.h | FUJITA Tomonori | 2010-03-12 | 2 | -13/+4 |
* | | alpha: remove dma_sync_single_range | FUJITA Tomonori | 2010-03-12 | 1 | -1/+0 |
* | | alpha: use generic ptrace_resume code | Christoph Hellwig | 2010-03-12 | 2 | -47/+13 |
|/ |
|
* | alpha: PTR_ERR overwrites -EINVAL in syscall osf_mount | Roel Kluin | 2010-03-06 | 1 | -1/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2010-03-03 | 1 | -17/+0 |
|\ |
|