summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [CPUFREQ] Add S3C2416/S3C2450 cpufreq driverHeiko Stübner2012-02-293-0/+565
* [CPUFREQ] Fix exposure of ARM_EXYNOS4210_CPUFREQRussell King2012-02-291-0/+1
* [CPUFREQ] EXYNOS4210: update the name of EXYNOS clock registerKukjin Kim2012-02-291-35/+35
* [CPUFREQ] EXYNOS: Initialize locking_frequency with initial frequencyTushar Behera2012-02-291-0/+2
* [CPUFREQ] s3c64xx: Fix mis-cherry pick of VDDINTMark Brown2012-02-291-7/+0
* Merge tag 'for-3.3' of git://openrisc.net/jonas/linuxLinus Torvalds2012-02-294-9/+13
|\
| * openrisc: Fix up audit_syscall_[entry|exit]() usageJonas Bonn2012-02-172-9/+11
| * openrisc: include export.h for EXPORT_SYMBOLJonas Bonn2012-02-172-0/+2
* | ecryptfs: fix printk format warning for size_tRandy Dunlap2012-02-281-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixesLinus Torvalds2012-02-284-12/+25
|\ \
| * | GFS2: Read resource groups on mountSteven Whitehouse2012-02-284-20/+17
| * | GFS2: Ensure rindex is uptodate for fallocateBob Peterson2012-02-281-0/+5
| * | GFS2: Read in rindex if necessary during unlinkBob Peterson2012-02-281-2/+7
| * | GFS2: Fix race between lru_list and glock ref countSteven Whitehouse2012-02-281-4/+10
* | | Merge tag 'iommu-fixes-v3.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-02-283-16/+49
|\ \ \ | |/ / |/| |
| * | ARM: OMAP: make iommu subsys_initcall to fix builtin omap3ispOhad Ben-Cohen2012-02-272-2/+4
| * | iommu/omap: fix NULL pointer dereferenceOhad Ben-Cohen2012-02-241-2/+2
| * | iommu/omap: fix erroneous omap-iommu-debug API callsOhad Ben-Cohen2012-02-241-12/+43
* | | Merge tag 'ktest-fix-make-min-failed-build-for-real' of git://git.kernel.org/...Linus Torvalds2012-02-271-3/+5
|\ \ \
| * | | ktest: Fix make_min_config test when build failsSteven Rostedt2012-02-271-3/+5
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfsLinus Torvalds2012-02-275-17/+12
|\ \ \ \
| * | | | NTFS: Update git repo path in MAINTAINERS file.Anton Altaparmakov2012-02-271-1/+1
| * | | | Merge branch 'master' of /Volumes/CaseSensitiveDisk/linuxAnton Altaparmakov2012-02-27154-660/+1223
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of /Volumes/CaseSensitiveDisk/linuxAnton Altaparmakov2012-02-2465-466/+473
| |\ \ \ \ \
| * | | | | | LDM: Fix reassembly of extended VBLKs.Anton Altaparmakov2012-02-241-7/+4
| * | | | | | NTFS: Correct two spelling errors "dealocate" to "deallocate" in mft.c.Anton Altaparmakov2012-02-241-3/+3
| * | | | | | NTFS: Do not dereference pointer before checking for NULL.Anton Altaparmakov2012-02-221-3/+3
| * | | | | | NTFS: Remove unused variable.Anton Altaparmakov2012-02-221-3/+1
* | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-02-274-10/+46
|\ \ \ \ \ \ \
| * | | | | | | x86/mce/AMD: Fix UP build errorBorislav Petkov2012-02-221-0/+2
| * | | | | | | x86: Specify a size for the cmp in the NMI handlerSteven Rostedt2012-02-201-2/+2
| * | | | | | | x86/nmi: Test saved %cs in NMI to determine nested NMI caseSteven Rostedt2012-02-201-0/+7
| * | | | | | | x86/amd: Fix L1i and L2 cache sharing information for AMD family 15h processorsAndreas Herrmann2012-02-091-8/+36
| * | | | | | | x86/microcode: Remove noisy AMD microcode warningPrarit Bhargava2012-02-071-1/+0
* | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-02-273-51/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | sched/events: Revert trace_sched_stat_sleeptime()Peter Zijlstra2012-02-223-51/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-02-274-13/+37
|\ \ \ \ \ \ \ \
| * | | | | | | | genirq: Handle pending irqs in irq_startup()Thomas Gleixner2012-02-154-11/+14
| * | | | | | | | genirq: Unmask oneshot irqs when thread was not wokenThomas Gleixner2012-02-151-2/+23
* | | | | | | | | compat: fix compile breakage on s390Heiko Carstens2012-02-2713-14/+9
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge tag 'stable/for-linus-fixes-3.3-rc5' of git://git.kernel.org/pub/scm/li...Linus Torvalds2012-02-262-8/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | xen/pat: Disable PAT support for now.Konrad Rzeszutek Wilk2012-02-202-4/+6
| * | | | | | | | xen/setup: Remove redundant filtering of PTE masks.Konrad Rzeszutek Wilk2012-02-201-4/+0
* | | | | | | | | Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-02-261-4/+31
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mod/file2alias: make modpost compile on darwin againAndreas Bießmann2012-02-271-4/+31
* | | | | | | | | | autofs4 - update MAINTAINERS mailing list entryIan Kent2012-02-261-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-02-2661-204/+380
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'sfc-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfcDavid S. Miller2012-02-241-2/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | sfc: Fix assignment of ip_summed for pre-allocated skbsBen Hutchings2012-02-251-2/+2
| * | | | | | | | | | ppp: fix 'ppp_mp_reconstruct bad seq' errorsBen McKeegan2012-02-241-0/+23
OpenPOWER on IntegriCloud