| Commit message (Expand) | Author | Age | Files | Lines |
* | REPORTING-BUGS: cc the mailing list too | J. Bruce Fields | 2008-02-07 | 1 | -5/+6 |
* | Documentation: create new scheduler/ subdirectory | J. Bruce Fields | 2008-02-07 | 10 | -15/+19 |
* | Documentation: move sharedsubtrees.txt to filesystems/ | J. Bruce Fields | 2008-02-07 | 3 | -2/+2 |
* | Documentation: move dnotify.txt to filesystems/ | J. Bruce Fields | 2008-02-07 | 3 | -7/+7 |
* | move edac.txt two levels up | Adrian Bunk | 2008-02-07 | 2 | -2/+2 |
* | Add chapter IDs to z8530book.tmpl | Rob Landley | 2008-02-07 | 1 | -6/+6 |
* | Add table IDs to videobook.tmpl | Rob Landley | 2008-02-07 | 1 | -17/+17 |
* | Add section IDs to rapidio.tmpl | Rob Landley | 2008-02-07 | 1 | -9/+9 |
* | Add missing IDs to procfs-guide.tmpl | Rob Landley | 2008-02-07 | 1 | -8/+8 |
* | Add section IDs to mtdnand.tmpl | Rob Landley | 2008-02-07 | 1 | -29/+29 |
* | Add missing section ID to lsm.tmpl | Rob Landley | 2008-02-07 | 1 | -1/+1 |
* | Add missing section IDs to genericirq.tmpl | Rob Landley | 2008-02-07 | 1 | -13/+13 |
* | tty: Kill TTY_FLIPBUF_SIZE | Alan Cox | 2008-02-07 | 1 | -7/+0 |
* | tty: fix tty network driver interactions with TCGET/TCSET calls (x86 fix) | Dave Miller | 2008-02-07 | 1 | -29/+45 |
* | kernel-doc: fix for vunmap function prototype | Randy Dunlap | 2008-02-07 | 1 | -1/+1 |
* | VFS: factor out three helpers for FIBMAP/FIONBIO/FIOASYNC file ioctls | Erez Zadok | 2008-02-07 | 1 | -54/+75 |
* | VFS: swap do_ioctl and vfs_ioctl names | Erez Zadok | 2008-02-07 | 3 | -10/+24 |
* | VFS: apply coding standards to fs/ioctl.c | Erez Zadok | 2008-02-07 | 1 | -80/+84 |
* | DS1WM: decouple host IRQ and INTR active state settings | Philipp Zabel | 2008-02-07 | 2 | -4/+6 |
* | gfs2: make gfs2_glock.gl_owner_pid be a struct pid * | Pavel Emelyanov | 2008-02-07 | 3 | -8/+14 |
* | power_supply: remove capacity_level from list of sysfs attributes | Thadeu Lima de Souza Cascardo | 2008-02-07 | 1 | -1/+0 |
* | gfs2: make gfs2_holder.gh_owner_pid be a struct pid * | Pavel Emelyanov | 2008-02-07 | 3 | -9/+15 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 2008-02-07 | 17 | -1390/+1466 |
|\ |
|
| * | 9p: fix p9_printfcall export | Andrew Morton | 2008-02-07 | 1 | -2/+2 |
| * | 9p: transport API reorganization | Eric Van Hensbergen | 2008-02-07 | 11 | -1253/+1208 |
| * | 9p: add remove function to trans_virtio | Eric Van Hensbergen | 2008-02-07 | 1 | -0/+19 |
| * | 9p: Convert semaphore to spinlock for p9_idpool | Anthony Liguori | 2008-02-07 | 1 | -12/+8 |
| * | 9p: fix mmap to be read-only | Eric Van Hensbergen | 2008-02-07 | 1 | -2/+2 |
| * | 9p: add support for sticky bit | Anthony Liguori | 2008-02-07 | 2 | -0/+6 |
| * | 9p: Fix soft lockup in virtio transport | Eric Van Hensbergen | 2008-02-07 | 1 | -1/+1 |
| * | 9p: fix bug in attach-per-user | Eric Van Hensbergen | 2008-02-07 | 1 | -2/+2 |
| * | 9p: block-based virtio client | Eric Van Hensbergen | 2008-02-07 | 3 | -152/+228 |
| * | 9p: create transport rpc cut-thru | Eric Van Hensbergen | 2008-02-07 | 2 | -16/+35 |
| * | 9p: fix bug in p9_clone_stat | Martin Stava | 2008-02-07 | 1 | -0/+5 |
* | | docbook: dmapool: fix fatal changed filename | Randy Dunlap | 2008-02-07 | 1 | -1/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 | Linus Torvalds | 2008-02-06 | 21 | -102/+193 |
|\ |
|
| * | x86: fix deadlock, make pgd_lock irq-safe | Ingo Molnar | 2008-02-06 | 2 | -6/+9 |
| * | virtio: fix trivial build bug | Ingo Molnar | 2008-02-06 | 1 | -0/+1 |
| * | x86: fix mttr trimming | Yinghai Lu | 2008-02-06 | 1 | -10/+9 |
| * | x86: delay CPA self-test and repeat it | Ingo Molnar | 2008-02-06 | 2 | -16/+53 |
| * | x86: fix 64-bit sections | Sam Ravnborg | 2008-02-06 | 1 | -10/+5 |
| * | generic: add __FINITDATA | Ingo Molnar | 2008-02-06 | 1 | -0/+1 |
| * | x86: remove suprious ifdefs from pageattr.c | Arjan van de Ven | 2008-02-06 | 1 | -3/+0 |
| * | x86: mark the .rodata section also NX | Arjan van de Ven | 2008-02-06 | 2 | -2/+9 |
| * | x86: fix iret exception recovery on 64-bit | Roland McGrath | 2008-02-06 | 1 | -2/+1 |
| * | cpuidle: dubious one-bit signed bitfield in cpuidle.h | Harvey Harrison | 2008-02-06 | 1 | -1/+1 |
| * | x86: fix sparse warnings in powernow-k8.c | Harvey Harrison | 2008-02-06 | 1 | -1/+0 |
| * | x86: fix sparse error in traps_32.c | Harvey Harrison | 2008-02-06 | 1 | -10/+5 |
| * | x86: trivial sparse/checkpatch in quirks.c | Harvey Harrison | 2008-02-06 | 1 | -13/+13 |
| * | x86 ptrace: disallow null cs/ss | Roland McGrath | 2008-02-06 | 1 | -2/+23 |