summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | update cifs version to 1.75Steve French2011-08-181-1/+1
| * | | | | | | | | | | | | | | | [CIFS] possible memory corruption on mountSteve French2011-08-181-1/+2
| * | | | | | | | | | | | | | | | cifs: demote cERROR in build_path_from_dentry to cFYIJeff Layton2011-08-161-2/+2
* | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-08-184-8/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'ipoib' and 'iser' into for-nextRoland Dreier2011-08-173-5/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | IB/iser: Support iSCSI PDU paddingOr Gerlitz2011-08-172-4/+8
| | * | | | | | | | | | | | | | | | | IBiser: Fix wrong mask when sizeof (dma_addr_t) > sizeof (unsigned long)Or Gerlitz2011-08-171-1/+1
| | | |_|_|_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | IPoIB: Fix possible NULL dereference in ipoib_start_xmit()Bernd Schubert2011-08-161-3/+5
| |/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2011-08-182-5/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | fat: fat16 support maximum 4GB file/vol size as WinXP or 7.Namjae Jeon2011-08-171-2/+1
| * | | | | | | | | | | | | | | | | fat: fix utf8 iocharset warning messageMihai Moldovan2011-08-171-2/+2
| * | | | | | | | | | | | | | | | | fat: fix build warningJonas Aberg2011-08-171-1/+1
* | | | | | | | | | | | | | | | | | irqdesc: fix new kernel-doc warningRandy Dunlap2011-08-181-0/+1
* | | | | | | | | | | | | | | | | | i7core_edac: fixed typo in error count calculationMathias Krause2011-08-181-1/+1
* | | | | | | | | | | | | | | | | | befs: Validate length of long symbolic links.Timo Warns2011-08-171-9/+14
* | | | | | | | | | | | | | | | | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2011-08-173-18/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | PM / Domains: Fix build for CONFIG_PM_RUNTIME unsetRafael J. Wysocki2011-08-143-18/+26
* | | | | | | | | | | | | | | | | | | mm: fix __page_to_pfn for a const struct page argumentIan Campbell2011-08-172-4/+4
* | | | | | | | | | | | | | | | | | | mm: make HASHED_PAGE_VIRTUAL page_address' struct page argument const.Ian Campbell2011-08-173-4/+4
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-08-179-137/+403
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2011-08-149-137/+403
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | perf probe: Filter out redundant inline-instancesMasami Hiramatsu2011-08-121-0/+22
| | * | | | | | | | | | | | | | | | | perf probe: Search concrete out-of-line instancesMasami Hiramatsu2011-08-123-35/+83
| | * | | | | | | | | | | | | | | | | perf probe: Avoid searching variables in intermediate scopesMasami Hiramatsu2011-08-121-31/+13
| | * | | | | | | | | | | | | | | | | perf probe: Fix to search local variables in appropriate scopeMasami Hiramatsu2011-08-124-27/+144
| | * | | | | | | | | | | | | | | | | perf probe: Warn when more than one line are givenMasami Hiramatsu2011-08-121-3/+11
| | * | | | | | | | | | | | | | | | | perf probe: Fix to walk all inline instancesMasami Hiramatsu2011-08-121-1/+7
| | * | | | | | | | | | | | | | | | | perf probe: Fix to search nested inlined functions in CUMasami Hiramatsu2011-08-122-12/+82
| | * | | | | | | | | | | | | | | | | perf probe: Fix line walker to check CU correctlyMasami Hiramatsu2011-08-121-3/+3
| | * | | | | | | | | | | | | | | | | perf probe: Fix a memory leak for scopes arrayMasami Hiramatsu2011-08-121-3/+2
| | * | | | | | | | | | | | | | | | | perf: fix temporary file ownership checkVasiliy Kulikov2011-08-121-1/+1
| | * | | | | | | | | | | | | | | | | perf report: Use properly build_id kernel binariesJiri Olsa2011-08-113-27/+42
| | * | | | | | | | | | | | | | | | | perf top browser: Remove spurious helpline updateArnaldo Carvalho de Melo2011-08-101-1/+0
* | | | | | | | | | | | | | | | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-08-172-2/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | rtc: Limit RTC PIE frequencyThomas Gleixner2011-07-262-1/+4
| * | | | | | | | | | | | | | | | | | | rtc: Fix hrtimer deadlockThomas Gleixner2011-07-261-19/+37
| * | | | | | | | | | | | | | | | | | | rtc: Handle errors correctly in rtc_irq_set_state()Thomas Gleixner2011-07-261-0/+3
* | | | | | | | | | | | | | | | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-08-171-1/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | lockdep: Fix wrong assumption in match_held_lockPeter Zijlstra2011-08-091-1/+7
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-08-175-19/+51
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | irq: Track the owner of irq descriptorSebastian Andrzej Siewior2011-07-284-17/+48
| * | | | | | | | | | | | | | | | | | | | irq: Always set IRQF_ONESHOT if no primary handler is specifiedSebastian Andrzej Siewior2011-07-281-0/+1
| * | | | | | | | | | | | | | | | | | | | genirq: Fix wrong bit operationjhbird.choi@samsung.com2011-07-261-2/+2
| | |_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-08-161-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | KVM: uses TASKSTATS, depends on NETRandy Dunlap2011-08-161-0/+2
| * | | | | | | | | | | | | | | | | | | | KVM: fix TASK_DELAY_ACCT kconfig warningRandy Dunlap2011-07-271-0/+1
* | | | | | | | | | | | | | | | | | | | | Merge branch 'fixallnoconfig' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-08-162-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | [IA64] fix "allnoconfig" buildTony Luck2011-08-092-1/+1
| | |_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | xen: self-balloon needs module.hRandy Dunlap2011-08-161-0/+1
* | | | | | | | | | | | | | | | | | | | | gma500: kill MIPI interface typesAlan Cox2011-08-166-9/+11
| |_|_|_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
OpenPOWER on IntegriCloud