summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-06-205-8/+32
|\
| * xen/setup: Fix for incorrect xen_extra_mem_start.Konrad Rzeszutek Wilk2011-06-161-4/+6
| * xen: When calling power_off, don't call the halt function.Tom Goetz2011-06-151-1/+8
| * xen: Fix compile warning when CONFIG_SMP is not defined.Konrad Rzeszutek Wilk2011-06-151-1/+1
| * xen: support CONFIG_MAXSMPAndrew Jones2011-06-152-1/+9
| * xen: partially revert "xen: set max_pfn_mapped to the last pfn mapped"Stefano Stabellini2011-06-091-1/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-06-206-6/+8
|\ \
| * | Input: sh_keysc - 8x8 MODE_6 fixMagnus Damm2011-06-182-2/+2
| * | Input: omap-keypad - add missing input_sync()Janusz Krzysztofik2011-06-181-0/+1
| * | Input: evdev - try to wake up readers only if we have full packetDmitry Torokhov2011-06-181-1/+2
| * | Input: properly assign return value of clamp() macro.Hans Petter Selasky2011-05-252-3/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-06-2011-189/+174
|\ \ \
| * | | Btrfs: avoid delayed metadata items during commitsChris Mason2011-06-173-10/+28
| * | | btrfs: fix uninitialized return valueDavid Sterba2011-06-171-3/+3
| * | | btrfs: fix wrong reservation when doing delayed inode operationsMiao Xie2011-06-172-6/+20
| * | | btrfs: Remove unused sysfs codeMaarten Lankhorst2011-06-173-148/+0
| * | | btrfs: fix dereference of ERR_PTR valueDavid Sterba2011-06-171-1/+1
| * | | Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason2011-06-173-3/+14
| |\ \ \
| | * | | Btrfs: set no_trans_join after trying to expand the transactionJosef Bacik2011-06-151-3/+11
| | * | | Btrfs: protect the pending_snapshots list with trans_lockJosef Bacik2011-06-151-0/+2
| | * | | Btrfs: fix path leakage on subvol deletionJosef Bacik2011-06-151-0/+1
| * | | | Btrfs: fix relocation racesChris Mason2011-06-174-13/+105
| * | | | Btrfs: drop the delalloc_bytes check in shrink_delallocChris Mason2011-06-131-4/+0
| * | | | Btrfs: check the return value from set_anon_superChris Mason2011-06-131-1/+3
| |/ / /
* | | | Merge branch 'kvm-updates/3.0' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-06-204-5/+11
|\ \ \ \
| * | | | KVM: Fix register corruption in pvclock_scale_deltaZachary Amsden2011-06-191-2/+7
| * | | | KVM: MMU: fix opposite condition in mapping_level_dirty_bitmapSteve2011-06-191-1/+1
| * | | | KVM: VMX: do not overwrite uptodate vcpu->arch.cr3 on KVM_SET_SREGSMarcelo Tosatti2011-06-191-1/+2
| * | | | KVM: MMU: Fix build warnings in walk_addr_generic()Borislav Petkov2011-06-191-1/+1
| | | | |
| \ \ \ \
| \ \ \ \
| \ \ \ \
| \ \ \ \
| \ \ \ \
*-----. \ \ \ \ Merge branches 'perf-urgent-for-linus', 'sched-urgent-for-linus', 'timers-urg...Linus Torvalds2011-06-1912-29/+61
|\ \ \ \ \ \ \ \
| | | | * | | | | x86, MAINTAINERS: Add x86 MCE peopleIngo Molnar2011-06-181-0/+7
| | | | * | | | | x86, efi: Do not reserve boot services regions within reserved areasMaarten Lankhorst2011-06-183-7/+28
| | | * | | | | | clocksource: Make watchdog robust vs. interruptionThomas Gleixner2011-06-162-11/+14
| | | * | | | | | timerfd: Fix wakeup of processes when timer is cancelled on clock changeMax Asbock2011-06-141-1/+4
| | * | | | | | | generic-ipi: Fix kexec boot crash by initializing call_single_queue before en...Takao Indoh2011-06-173-5/+6
| * | | | | | | | tools/perf: Fix static build of perf toolMathias Krause2011-06-161-1/+1
| * | | | | | | | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-06-131-4/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | tracing: Fix regression in printk_formats fileSteven Rostedt2011-06-091-4/+1
* | | | | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-06-199-403/+466
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| * | | | | | | | | rcu: Move RCU_BOOST #ifdefs to header filePaul E. McKenney2011-06-163-382/+390
| * | | | | | | | | rcu: use softirq instead of kthreads except when RCU_BOOST=yPaul E. McKenney2011-06-154-41/+99
| * | | | | | | | | rcu: Use softirq to address performance regressionShaohua Li2011-06-148-6/+35
| * | | | | | | | | rcu: Simplify curing of load woesPaul E. McKenney2011-06-142-54/+22
* | | | | | | | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-06-185-8/+6
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| * | | | | | | | | hwmon: (s3c) Initialize sysfs attributesGuenter Roeck2011-06-171-0/+2
| * | | | | | | | | hwmon: (ibmpex) Initialize sysfs attributesGuenter Roeck2011-06-171-0/+1
| * | | | | | | | | hwmon: (ibmaem) Initialize sysfs attributesGuenter Roeck2011-06-171-0/+2
| * | | | | | | | | hwmon: (asus_atk0110) Consolidate sysfs attribute initializationGuenter Roeck2011-06-171-4/+1
| * | | | | | | | | hwmon: (coretemp) Drop unused struct membersJean Delvare2011-06-171-4/+0
* | | | | | | | | | isofs: fix bh leak in isofs_fill_super() error caseLinus Torvalds2011-06-181-1/+2