summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rwsem-spinlock: Implement writer lock-stealing for better scalabilityYuanhan Liu2013-02-191-45/+24
* futex: Revert "futex: Mark get_robust_list as deprecated"Thomas Gleixner2013-02-192-4/+0
* generic: Use raw local irq variant for generic cmpxchgIngo Molnar2013-02-191-4/+4
* lockdep: Selftest: convert spinlock to raw spinlockYong Zhang2013-02-191-17/+17
* seqlock: Use seqcount infrastructureThomas Gleixner2013-02-191-82/+92
* seqlock: Remove unused functionsThomas Gleixner2013-02-191-21/+0
* ntp: Make ntp_lock rawThomas Gleixner2013-02-191-13/+13
* intel_idle: Convert i7300_idle_lock to raw_spinlockMike Galbraith2013-02-191-4/+4
* locking: Various static lock initializer fixesThomas Gleixner2013-02-194-6/+6
* lockdep: Print more info when MAX_LOCK_DEPTH is exceededBen Greear2013-02-191-1/+6
* rwsem: Implement writer lock-stealing for better scalabilityAlex Shi2013-02-191-29/+46
* lockdep: Silence warning if CONFIG_LOCKDEP isn't setPaul Bolle2013-02-191-1/+1
* watchdog: Use local_clock for get_timestamp()Namhyung Kim2013-02-191-6/+4
* lockdep: Rename print_unlock_inbalance_bug() to print_unlock_imbalance_bug()Srivatsa S. Bhat2013-02-191-4/+4
* locking/stat: Fix a typoYuanhan Liu2013-02-191-1/+1
* Linux 3.8v3.8Linus Torvalds2013-02-181-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-02-183-6/+18
|\
| * Input: wacom - fix wacom_set_report retry logicChris Bagwell2013-01-231-3/+3
| * Input: document that unregistering managed devices is not necessaryDmitry Torokhov2013-01-091-2/+14
| * Input: lm8323 - fix checking PWM interrupt statusNickolai Zeldovich2013-01-061-1/+1
* | mm: fix pageblock bitmap allocationLinus Torvalds2013-02-181-6/+9
* | Merge tag 'stable/for-linus-3.8-rc7-tag-two' of git://git.kernel.org/pub/scm/...Linus Torvalds2013-02-155-65/+33
|\ \
| * | Revert "xen PVonHVM: use E820_Reserved area for shared_info"Konrad Rzeszutek Wilk2013-02-143-55/+24
| * | Revert "xen/PVonHVM: fix compile warning in init_hvm_pv_info"Konrad Rzeszutek Wilk2013-02-141-1/+1
| * | xen: remove redundant NULL check before unregister_and_remove_pcpu().Cyril Roelandt2013-02-131-2/+1
| * | x86/xen: don't assume %ds is usable in xen_iret for 32-bit PVOPS.Jan Beulich2013-02-131-7/+7
* | | Revert "[media] dvb_frontend: return -ENOTTY for unimplement IOCTL"Mauro Carvalho Chehab2013-02-151-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2013-02-155-14/+68
|\ \ \
| * | | sunvdc: Fix off-by-one in generic_request().David S. Miller2013-02-141-1/+1
| * | | sparc64: Fix get_user_pages_fast() wrt. THP.David S. Miller2013-02-132-10/+63
| * | | sparc64: Add missing HAVE_ARCH_TRANSPARENT_HUGEPAGE.David S. Miller2013-02-131-0/+1
| * | | sparc: kernel/sbus.c: fix memory leakageCong Ding2013-01-211-3/+3
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-151-1/+1
|\ \ \ \
| * | | | efi: Clear EFI_RUNTIME_SERVICES rather than EFI_BOOT by "noefi" boot parameterSatoru Takeuchi2013-02-131-1/+1
* | | | | Merge tag '3.8-pci-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-151-0/+2
|\ \ \ \ \
| * | | | | PCI/PM: Clean up PME state when removing a deviceRafael J. Wysocki2013-02-131-0/+2
* | | | | | Merge tag 'omapdss-for-3.8-rc8' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds2013-02-152-1/+2
|\ \ \ \ \ \
| * | | | | | omapdrm: fix the dependency to omapdssTomi Valkeinen2013-02-141-1/+1
| * | | | | | OMAPDSS: add FEAT_DPI_USES_VDDS_DSI to omap3630_dss_feat_listNeilBrown2013-02-141-0/+1
* | | | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-02-151-13/+3
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | MAINTAINERS: change my email and reposWolfram Sang2013-02-131-13/+3
| |/ / / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-02-1322-149/+191
|\ \ \ \ \ \
| * | | | | | net, sctp: remove CONFIG_EXPERIMENTALKees Cook2013-02-131-2/+2
| * | | | | | net: sctp: sctp_v6_get_dst: fix boolean test in dst cacheDaniel Borkmann2013-02-131-2/+3
| * | | | | | batman-adv: Fix NULL pointer dereference in DAT hash collision avoidancePau Koning2013-02-131-1/+1
| * | | | | | net/macb: fix race with RX interrupt while doing NAPINicolas Ferre2013-02-131-0/+5
| * | | | | | atl1c: add error checking for pci_map_single functionsHuang, Xiong2013-02-131-7/+64
| * | | | | | htb: fix values in opt dumpJiri Pirko2013-02-121-2/+2
| * | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-02-123-23/+27
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-123-23/+27
| | |\ \ \ \ \ \
OpenPOWER on IntegriCloud