summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | drivers/base: fix compiler warning in SoC export driver - idr should be idaLee Jones2012-04-091-1/+1
| | * | | | drivers/base: Remove unneeded spin_lock_init call for soc_lockAxel Lin2012-04-091-2/+0
| | |/ / /
| * | | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-04-131-1/+2
| |\ \ \ \
| | * | | | irq_domain: fix type mismatch in debugfs output formatGrant Likely2012-04-131-1/+2
| * | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-04-131-0/+1
| |\ \ \ \ \
| | * | | | | perf tools: Fix getrusage() related build failure on glibc trunkMarkus Trippelsdorf2012-04-041-0/+1
| * | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-04-137-27/+59
| |\ \ \ \ \ \
| | * | | | | | Revert "clocksource: Load the ACPI PM clocksource asynchronously"Thomas Gleixner2012-04-121-16/+8
| | * | | | | | clockevents: tTack broadcast device mode change in tick_broadcast_switch_to_o...Suresh Siddha2012-04-101-1/+3
| | * | | | | | itimer: Use printk_once instead of WARN_ONCEThomas Gleixner2012-04-101-3/+4
| | * | | | | | nohz: Fix stale jiffies update in tick_nohz_restart()Neal Cardwell2012-04-061-2/+2
| | * | | | | | tick: Document TICK_ONESHOT config optionThomas Gleixner2012-03-311-0/+4
| | * | | | | | proc: stats: Use arch_idle_time for idle and iowait times if availableMartin Schwidefsky2012-03-301-6/+28
| | * | | | | | itimer: Schedule silent NULL pointer fixup in setitimer() for removalSasikantha babu2012-03-302-1/+12
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-04-132-5/+5
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | x86: Use correct byte-sized register constraint in __add()H. Peter Anvin2012-04-061-1/+1
| | * | | | | x86: Use correct byte-sized register constraint in __xchg_op()Jeremy Fitzhardinge2012-04-061-1/+1
| | * | | | | x86: vsyscall: Use NULL instead 0 for a pointer argumentEmil Goode2012-04-061-3/+3
| * | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-1212-33/+105
| |\ \ \ \ \ \
| | * | | | | | panic: fix stack dump print on direct call to panic()Jason Wessel2012-04-121-1/+1
| | * | | | | | drivers/rtc/rtc-pl031.c: enable clock on all ST variantsLinus Walleij2012-04-121-2/+1
| | * | | | | | Revert "mm: vmscan: fix misused nr_reclaimed in shrink_mem_cgroup_zone()"Ying Han2012-04-121-6/+1
| | * | | | | | hugetlb: fix race condition in hugetlb_fault()Chris Metcalf2012-04-121-0/+2
| | * | | | | | drivers/rtc/rtc-twl.c: use static register while reading timeKonstantin Shlyakhovoy2012-04-121-5/+38
| | * | | | | | drivers/rtc/rtc-s3c.c: add placeholder for driver private dataTushar Behera2012-04-121-5/+18
| | * | | | | | drivers/rtc/rtc-s3c.c: fix compilation errorTushar Behera2012-04-121-4/+4
| | * | | | | | MAINTAINERS: add PCDP console maintainerKhalid Aziz2012-04-121-0/+5
| | * | | | | | memcg: do not open code accesses to res_counter membersGlauber Costa2012-04-121-2/+2
| | * | | | | | drivers/rtc/rtc-efi.c: fix section mismatch warningJan Beulich2012-04-121-1/+0
| | * | | | | | drivers/rtc/rtc-r9701.c: reset registers if invalid values are detectedAndreas Dumberger2012-04-121-0/+22
| | * | | | | | drivers/char/random.c: fix boot id uniqueness raceMathieu Desnoyers2012-04-121-3/+8
| | * | | | | | memcg: fix broken boolen expressionKirill A. Shutemov2012-04-121-1/+1
| | * | | | | | memcg: fix up documentation on global LRUYing Han2012-04-121-3/+2
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-04-1237-194/+160
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-04-1225-77/+108
| | |\ \ \ \ \ \ \
| | | * | | | | | | NFC: Fix the LLCP Tx fragmentation loopSamuel Ortiz2012-04-111-2/+2
| | | * | | | | | | rtlwifi: Add missing DMA buffer unmapping for PCI driversLarry Finger2012-04-111-1/+6
| | | * | | | | | | rtlwifi: Preallocate USB read buffers and eliminate kalloc in read routineLarry Finger2012-04-112-19/+21
| | | * | | | | | | Revert "ath9k: fix going to full-sleep on PS idle"Sujith Manoharan2012-04-101-5/+3
| | | * | | | | | | rt2x00: Fix rfkill_polling register function.Chen, Chien-Chia2012-04-101-5/+1
| | | * | | | | | | bcma: fix build error on MIPS; implicit pcibios_enable_devicePaul Gortmaker2012-04-102-1/+2
| | | * | | | | | | net/wireless/wext-core.c: add missing kfreeJulia Lawall2012-04-091-2/+4
| | | * | | | | | | rtlwifi: Fix oops on rate-control failureLarry Finger2012-04-091-1/+4
| | | * | | | | | | mac80211: Convert WARN_ON to WARN_ON_ONCELarry Finger2012-04-091-1/+1
| | | * | | | | | | rtlwifi: rtl8192de: Fix firmware initializationLarry Finger2012-04-091-6/+0
| | | * | | | | | | nl80211: ensure interface is up in various APIsJohannes Berg2012-04-091-13/+18
| | | * | | | | | | mac80211: fix association beacon wait timeoutJohannes Berg2012-04-091-2/+1
| | | * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-04-0911-19/+45
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | Bluetooth: Fix userspace compatibility issue with mgmt interfaceGustavo Padovan2012-04-051-1/+1
| | | | * | | | | | | Bluetooth: btusb: typo in Broadcom SoftSailing idDon Zickus2012-03-291-1/+1