summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-02-079-38/+39
|\
| * arm: omap4: panda: remove usb_nop_xceiv_register(v1)Ming Lei2011-02-021-2/+0
| * OMAP1: Fix non-working LCD on OMAP310Marek Vasut2011-02-021-12/+12
| * OMAP3: Devkit8000: Change lcd power pinThomas Weber2011-02-021-11/+16
| * omap1: remove duplicated #includeHuang Weiyi2011-02-021-1/+0
| * arm: mach-omap2: mux: free allocated memory on error exitAaro Koskinen2011-02-021-0/+1
| * arm: mach-omap2: board-rm680: fix rm680_vemmc regulator constraintsAaro Koskinen2011-02-021-3/+0
| * Merge branch 'for_2.6.38/pm-fixes' of ssh://master.kernel.org/pub/scm/linux/k...Tony Lindgren2011-01-313-9/+10
| |\
| | * OMAP: PM: SmartReflex: Fix possible null pointer read accessStefan Weil2011-01-311-4/+2
| | * OMAP: PM: SmartReflex: Fix possible memory leakStefan Weil2011-01-311-1/+2
| | * arm: mach-omap2: voltage: debugfs: fix memory leakAaro Koskinen2011-01-311-0/+1
| | * OMAP3: PM: fix save secure RAM to restore MPU power stateKevin Hilman2011-01-261-3/+4
| | * OMAP: PM: SmartReflex: Add missing IS_ERR testJulia Lawall2011-01-251-1/+1
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-02-071-3/+10
|\ \ \
| * | | x86, nx: Mark the ACPI resume trampoline code as +xH. Peter Anvin2011-02-071-3/+10
* | | | CRED: Fix memory and refcount leaks upon security_prepare_creds() failureTetsuo Handa2011-02-071-2/+2
* | | | CRED: Fix BUG() upon security_cred_alloc_blank() failureTetsuo Handa2011-02-072-5/+13
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2011-02-075-18/+28
|\ \ \ \ | |/ / / |/| | |
| * | | cifs: remove checks for ses->status == CifsExitingJeff Layton2011-02-071-4/+1
| * | | cifs: add check for kmalloc in parse_daclStanislav Fomichev2011-02-061-0/+4
| * | | cifs: don't send an echo request unless NegProt has been doneJeff Layton2011-02-051-2/+6
| * | | cifs: enable signing flag in SMB header when server has it onJeff Layton2011-02-041-0/+4
| * | | cifs: Possible slab memory corruption while updating extended stats (repost)Shirish Pargaonkar2011-02-041-2/+2
| * | | CIFS: Fix variable types in cifs_iovec_read/write (try #2)Pavel Shilovsky2011-02-041-5/+6
| * | | cifs: fix length vs. total_read confusion in cifs_demultiplex_threadJeff Layton2011-02-021-5/+5
* | | | Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/...Linus Torvalds2011-02-064-13/+11
|\ \ \ \
| * | | | arm/ixp4xx: Rename FREQ macro to avoid collisionsBen Hutchings2011-02-063-9/+6
| * | | | IXP4xx: Fix qmgr_release_queue() flushing unexpected queue entries.Krzysztof HaƂasa2011-02-061-4/+5
* | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-02-063-1/+9
|\ \ \ \ \
| * \ \ \ \ Merge branch 'timers/locking'Ingo Molnar2011-02-062-3/+8
| |\ \ \ \ \
| | * | | | | lockdep, timer: Fix del_timer_sync() annotationPeter Zijlstra2011-02-041-1/+5
| * | | | | | RTC: Prevents a division by zero in kernel code.Marcelo Roberto Jimenez2011-02-032-0/+4
* | | | | | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-02-062-2/+3
|\ \ \ \ \ \ \
| * | | | | | | m32r: Fixup last __do_IRQ leftoverThomas Gleixner2011-02-051-1/+1
| * | | | | | | genirq: Add missing status flags to modification maskThomas Gleixner2011-02-051-1/+2
* | | | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-02-0611-95/+106
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2011-02-0410-94/+105
| |\ \ \ \ \ \ \ \
| | * | | | | | | | tracing: Replace syscall_meta_data struct array with pointer arraySteven Rostedt2011-02-033-23/+23
| | * | | | | | | | tracepoints: Fix section alignment using pointer arrayMathieu Desnoyers2011-02-035-42/+50
| | * | | | | | | | tracing: Replace trace_event struct array with pointer arraySteven Rostedt2011-02-036-29/+32
| * | | | | | | | | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Ingo Molnar2011-02-031-1/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | perf stat: Fix aggreate counter reading accountingArnaldo Carvalho de Melo2011-02-031-1/+1
* | | | | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-02-066-33/+26
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86-32: Make sure the stack is set up before we use itH. Peter Anvin2011-02-054-24/+17
| * | | | | | | | | | | x86, mtrr: Avoid MTRR reprogramming on BP during boot on UP platformsSuresh Siddha2011-02-031-1/+9
| * | | | | | | | | | | x86, nx: Don't force pages RW when setting NX bitsMatthieu CASTET2011-02-031-8/+0
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-02-0614-79/+138
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Merge branch 'fix/asoc' into for-linusTakashi Iwai2011-02-045-9/+7
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ASoC: CX20442: fix NULL pointer dereferenceJanusz Krzysztofik2011-02-011-0/+3
| | * | | | | | | | | | ASoC: Amstrad Delta: fix const related build errorJanusz Krzysztofik2011-02-011-2/+0