summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tipLinus Torvalds2011-09-071-15/+26
|\
| * sched: Fix a memory leak in __sdt_free()WANG Cong2011-08-291-0/+1
| * sched: Move blk_schedule_flush_plug() out of __schedule()Thomas Gleixner2011-08-291-10/+15
| * sched: Separate the scheduler entry for preemptionThomas Gleixner2011-08-291-5/+10
* | Merge branch 'perf-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tipLinus Torvalds2011-09-074-22/+74
|\ \
| * | x86, perf: Check that current->mm is alive before getting user callchainAndrey Vagin2011-08-311-0/+3
| * | perf_event: Fix broken calc_timer_values()Eric B Munson2011-08-311-2/+2
| * | perf events: Fix slow and broken cgroup context switch codeStephane Eranian2011-08-293-20/+69
| |/
| |
| \
*-. \ Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 and git://git....Linus Torvalds2011-09-072-4/+4
|\ \ \
| | * | UBI: do not link debug messages when debugging is disabledArtem Bityutskiy2011-08-191-1/+1
| * | | UBIFS: not build debug messages with CONFIG_UBIFS_FS_DEBUG disabledMichal Marek2011-08-191-3/+3
| |/ /
* | | Merge branch 'hwmon-for-linus' of git://github.com/groeck/linuxLinus Torvalds2011-09-074-9/+12
|\ \ \
| * | | hwmon: (ucd9000/ucd9200) Optimize array walkJean Delvare2011-09-062-8/+4
| * | | hwmon: (max16065) Add chip access warning to documentationGuenter Roeck2011-09-061-0/+7
| * | | hwmon: (max16065) Fix current calculationGuenter Roeck2011-09-061-1/+1
* | | | Merge branch 'for-linus' of git://github.com/ericvh/linuxLinus Torvalds2011-09-077-81/+234
|\ \ \ \
| * | | | fs/9p: Use protocol-defined value for lock/getlock 'type' field.Jim Garlick2011-09-062-7/+32
| * | | | fs/9p: Always ask new inode in lookup for cache mode disabledAneesh Kumar K.V2011-09-061-7/+21
| * | | | fs/9p: Add OS dependent open flags in 9p protocolAneesh Kumar K.V2011-09-065-3/+96
| * | | | net/9p: Fix kernel crash with msize 512KAneesh Kumar K.V2011-09-061-5/+12
| * | | | fs/9p: Don't update file type when updating file attributesAneesh Kumar K.V2011-09-064-52/+68
| * | | | fs/9p: Add fid before dentry instantiationAneesh Kumar K.V2011-09-062-7/+5
| |/ / /
* | | | Merge branch 'stable/bug.fixes' of git://oss.oracle.com/git/kwilk/xenLinus Torvalds2011-09-073-3/+34
|\ \ \ \
| * | | | xen/smp: Warn user why they keel over - nosmp or noapic and what to use instead.Konrad Rzeszutek Wilk2011-09-011-0/+10
| * | | | xen: x86_32: do not enable iterrupts when returning from exception in interru...Igor Mammedov2011-09-011-3/+5
| * | | | xen: use maximum reservation to limit amount of usable RAMDavid Vrabel2011-09-011-0/+19
* | | | | Merge branch 'kvm-updates/3.1' of git://github.com/avikivity/kvmLinus Torvalds2011-09-071-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | KVM: Fix instruction size issue in pvclock scalingDuncan Sands2011-08-301-1/+1
* | | | | Linux 3.1-rc5v3.1-rc5Linus Torvalds2011-09-041-1/+1
* | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2011-09-023-0/+33
|\ \ \ \ \
| * | | | | drm/radeon/kms: make sure pci max read request size is valid on evergreen+ (v2)Alex Deucher2011-09-022-0/+30
| * | | | | drm/radeon/kms: set a default max_pixel_clockDave Airlie2011-08-311-0/+3
* | | | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-09-023-28/+30
|\ \ \ \ \ \
| * | | | | | xfs: fix ->write_inode return valuesChristoph Hellwig2011-09-011-25/+9
| * | | | | | xfs: fix xfs_mark_inode_dirty during umountChristoph Hellwig2011-08-311-3/+11
| * | | | | | xfs: deprecate the nodelaylog mount optionChristoph Hellwig2011-08-252-0/+10
* | | | | | | Merge tag 'for_linus-20110831' of git://github.com/tytso/ext4Linus Torvalds2011-08-313-4/+18
|\ \ \ \ \ \ \
| * | | | | | | ext4: remove i_mutex lock in ext4_evict_inode to fix lockdep complainingJiaying Zhang2011-08-313-4/+18
* | | | | | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2011-08-313-5/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | md/raid5: fix a hang on device failure.NeilBrown2011-08-311-1/+1
| * | | | | | | | md: fix clearing of 'blocked' flag in the presence of bad blocks.NeilBrown2011-08-301-1/+1
| * | | | | | | | md/linear: avoid corrupting structure while waiting for rcu_free to complete.NeilBrown2011-08-251-1/+1
| * | | | | | | | md: use REQ_NOIDLE flag in md_super_write()Namhyung Kim2011-08-251-1/+1
| * | | | | | | | md: ensure changes to 'write-mostly' are reflected in metadata.NeilBrown2011-08-251-0/+5
| * | | | | | | | md: report failure if a 'set faulty' request doesn't.NeilBrown2011-08-251-1/+6
* | | | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2011-08-316-2/+9
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | powerpc/p1023rds: Fix the error of bank-width of nor flashChunhe Lan2011-08-301-1/+1
| * | | | | | | | powerpc/85xx: enable caam crypto driver by defaultKim Phillips2011-08-303-1/+6
| * | | | | | | | powerpc/85xx: enable the audio drivers in the defconfigsTimur Tabi2011-08-302-0/+2
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2011-08-301-2/+8
|\ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud