summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | nilfs2: fix preempt count underflow in nilfs_btnode_prepare_change_keyRyusuke Konishi2009-08-311-1/+1
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-051-1/+14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | percpu: don't assume existence of cpu0Tejun Heo2009-09-011-1/+14
* | | | | | | | | | | Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2009-09-051-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | slub: Fix kmem_cache_destroy() with SLAB_DESTROY_BY_RCUEric Dumazet2009-09-031-2/+2
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2009-09-0513-81/+198
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | dm snapshot: fix on disk chunk size validationMikulas Patocka2009-09-042-8/+19
| * | | | | | | | | | | dm exception store: split set_chunk_sizeMikulas Patocka2009-09-042-0/+12
| * | | | | | | | | | | dm snapshot: fix header corruption race on invalidationMikulas Patocka2009-09-041-10/+34
| * | | | | | | | | | | dm snapshot: refactor zero_disk_area to use chunk_ioMikulas Patocka2009-09-041-19/+7
| * | | | | | | | | | | dm log: userspace add luid to distinguish between concurrent log instancesJonathan Brassow2009-09-044-13/+31
| * | | | | | | | | | | dm raid1: do not allow log_failure variable to unset after being setJonathan Brassow2009-09-041-1/+7
| * | | | | | | | | | | dm log: remove incorrect field from userspace table outputJonathan Brassow2009-09-041-6/+10
| * | | | | | | | | | | dm log: fix userspace status outputJonathan Brassow2009-09-041-1/+1
| * | | | | | | | | | | dm stripe: expose correct io hintsMike Snitzer2009-09-043-1/+20
| * | | | | | | | | | | dm table: add more context to terse warning messagesMike Snitzer2009-09-041-7/+18
| * | | | | | | | | | | dm table: fix queue_limit checking device iteratorMikulas Patocka2009-09-041-11/+11
| * | | | | | | | | | | dm snapshot: implement iterate devicesMike Snitzer2009-09-041-2/+21
| * | | | | | | | | | | dm multipath: fix oops when request based io fails when no pathsKiyoshi Ueda2009-09-041-5/+10
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-09-054-6/+42
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | PCI SR-IOV: correct broken resource alignment calculationsChris Wright2009-08-304-6/+42
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2009-09-054-7/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | sparc64: Fix bootup with mcount in some configs.David S. Miller2009-09-043-6/+5
| * | | | | | | | | | | sparc64: Kill spurious NMI watchdog triggers by increasing limit to 30 seconds.David S. Miller2009-09-031-1/+1
* | | | | | | | | | | | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-09-052-4/+5
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | perf_counter/powerpc: Fix cache event codes for POWER7Paul Mackerras2009-09-031-3/+3
| * | | | | | | | | | | | perf_counter: Fix /0 bug in swcountersPeter Zijlstra2009-08-291-0/+1
| * | | | | | | | | | | | perf_counters: Increase paranoia levelIngo Molnar2009-08-281-1/+1
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-09-052-0/+43
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Input: atkbd - add Compaq Presario R4000-series repeat quirkDave Andrews2009-09-031-0/+35
| * | | | | | | | | | | | Input: i8042 - add Acer Aspire 5536 to the nomux listDmitry Torokhov2009-08-261-0/+8
* | | | | | | | | | | | | ext2: fix unbalanced kmap()/kunmap()Nicolas Pitre2009-09-051-0/+4
* | | | | | | | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-09-052-2/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | ocfs2: ocfs2_write_begin_nolock() should handle len=0Sunil Mushran2009-09-041-2/+2
| * | | | | | | | | | | | | ocfs2: invalidate dentry if its dentry_lock isn't initialized.Tao Ma2009-08-271-0/+11
* | | | | | | | | | | | | | pty: don't limit the writes to 'pty_space()' inside 'pty_write()'Linus Torvalds2009-09-051-9/+1
* | | | | | | | | | | | | | n_tty: do O_ONLCR translation as a single writeLinus Torvalds2009-09-051-2/+1
* | | | | | | | | | | | | | exec: do not sleep in TASK_TRACED under ->cred_guard_mutexOleg Nesterov2009-09-053-38/+43
* | | | | | | | | | | | | | page-allocator: always change pageblock ownership when anti-fragmentation is ...Mel Gorman2009-09-051-2/+4
* | | | | | | | | | | | | | nommu: fix error handling in do_mmap_pgoff()David Howells2009-09-051-2/+1
* | | | | | | | | | | | | | workqueues: introduce __cancel_delayed_work()Oleg Nesterov2009-09-051-0/+15
| |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | autofs4 - fix missed case when changing to use struct pathIan Kent2009-08-311-1/+1
* | | | | | | | | | | | | Merge branch 'fix/hda' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds2009-08-312-14/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | ALSA: hda - Fix MacBookPro 3,1/4,1 quirk with ALC889ATakashi Iwai2009-08-311-14/+20
| * | | | | | | | | | | | | ALSA: hda - Add missing mux check for VT1708Takashi Iwai2009-08-311-0/+1
* | | | | | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2009-08-319-51/+148
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | V4L/DVB (12564a): MAINTAINERS: Update gspca sn9c20x name styleJoe Perches2009-08-311-2/+1
| * | | | | | | | | | | | | | V4L/DVB (12502): gspca - sn9c20x: Fix gscpa sn9c20x build errors.Randy Dunlap2009-08-311-1/+1
| * | | | | | | | | | | | | | V4L/DVB (12495): em28xx: Don't call em28xx_ir_init when disable_ir is trueShine Liu2009-08-311-1/+3
| * | | | | | | | | | | | | | V4L/DVB (12457): zr364: wrong indexesRoel Kluin2009-08-311-1/+1
OpenPOWER on IntegriCloud