Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | sx.c: fix missed unlock_kernel() on error path in sx_fw_ioctl() | Dan Carpenter | 2009-02-05 | 1 | -3/+5 | |
| * | | | | | | | | atyfb: fix CONFIG_ namespace violations | Randy Dunlap | 2009-02-05 | 7 | -52/+52 | |
| * | | | | | | | | rtc-ds1390: fix compilation warnings in drivers/rtc/rtc-ds1390.c | Manish Katiyar | 2009-02-05 | 1 | -1/+0 | |
| * | | | | | | | | drivers/video/backlight: rename da903x to da903x_bl | Mike Rapoport | 2009-02-05 | 2 | -1/+1 | |
| * | | | | | | | | atmel-ssc: fix misuse of dev_dbg when requested ssc instance is not found | Hans-Christian Egtvedt | 2009-02-05 | 1 | -1/+1 | |
| * | | | | | | | | do_wp_page: fix regression with execute in place | Carsten Otte | 2009-02-05 | 1 | -1/+1 | |
| * | | | | | | | | wait: prevent exclusive waiter starvation | Johannes Weiner | 2009-02-05 | 3 | -11/+63 | |
| * | | | | | | | | maintainers: general@lists.openfabrics.org is moderated | Randy Dunlap | 2009-02-05 | 1 | -1/+1 | |
| * | | | | | | | | lis3lv02d: add axes knowledge for HP 6710 | Martin Kebert | 2009-02-05 | 1 | -1/+2 | |
| * | | | | | | | | lis3lv02d: add axes knowledge for HP 6730 | Pavel Herrmann | 2009-02-05 | 1 | -0/+1 | |
| * | | | | | | | | lis3lv02d: add axes knowledge for HP 6530 | Eric Piel | 2009-02-05 | 1 | -0/+2 | |
| * | | | | | | | | lis3lv02d: add axes knowledge for HP 6510b | Jiri Tersel | 2009-02-05 | 1 | -1/+2 | |
| * | | | | | | | | hp-wmi: fix error path in hp_wmi_bios_setup() | Andrew Morton | 2009-02-05 | 1 | -2/+4 | |
| * | | | | | | | | revert "rlimit: permit setting RLIMIT_NOFILE to RLIM_INFINITY" | Andrew Morton | 2009-02-05 | 1 | -12/+4 | |
| * | | | | | | | | shm: fix shmctl(SHM_INFO) lockup with !CONFIG_SHMEM | Tony Battersby | 2009-02-05 | 1 | -0/+4 | |
| * | | | | | | | | fbmem: don't call copy_from/to_user() with mutex held | Andrea Righi | 2009-02-05 | 3 | -72/+98 | |
| * | | | | | | | | rtc: rtc-dm355evm driver | David Brownell | 2009-02-05 | 3 | -0/+182 | |
| * | | | | | | | | misc: dell-laptop should depend on POWER_SUPPLY | Matthew Garrett | 2009-02-05 | 1 | -0/+1 | |
| * | | | | | | | | generic swap(): don't return a value from swap() | Peter Zijlstra | 2009-02-05 | 1 | -1/+2 | |
| * | | | | | | | | hpilo: open/close fix | David Altobelli | 2009-02-05 | 2 | -3/+5 | |
| * | | | | | | | | kernel/async.c: fix printk warnings | Andrew Morton | 2009-02-05 | 1 | -4/+8 | |
| * | | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-02-04 | 11 | -31/+65 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ | Merge branch 'core/xen' into x86/urgent | Ingo Molnar | 2009-02-04 | 2239 | -20020/+62857 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | xen: disable interrupts before saving in percpu | Jeremy Fitzhardinge | 2009-02-03 | 1 | -1/+3 | |
| | * | | | | | | | | | x86: APIC: enable workaround on AMD Fam10h CPUs | Borislav Petkov | 2009-02-03 | 1 | -1/+1 | |
| | * | | | | | | | | | x86: add x86@kernel.org to MAINTAINERS | H. Peter Anvin | 2009-02-03 | 1 | -0/+1 | |
| | * | | | | | | | | | x86: push old stack address on irqstack for unwinder | Martin Hicks | 2009-02-02 | 1 | -0/+1 | |
| | * | | | | | | | | | irq, x86: fix lock status with numa_migrate_irq_desc | Yinghai Lu | 2009-02-01 | 2 | -3/+9 | |
| | * | | | | | | | | | x86: add cache descriptors for Intel Core i7 | Dave Jones | 2009-02-01 | 1 | -0/+15 | |
| | * | | | | | | | | | x86/Voyager: make it build and boot | James Bottomley | 2009-01-31 | 4 | -26/+35 | |
| * | | | | | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2009-02-04 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | sched: add missing kernel-doc in sched.h | Randy Dunlap | 2009-02-03 | 1 | -0/+1 | |
| | | |/ / / / / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-02-04 | 1 | -0/+5 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | ftrace: do_each_pid_task() needs rcu lock | Oleg Nesterov | 2009-02-03 | 1 | -0/+5 | |
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2009-02-04 | 10 | -10/+14 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Merge branch 'fix/asoc' into for-linus | Takashi Iwai | 2009-02-04 | 5 | -7/+7 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | ALSA: ASoC: email - update email addresses. | Liam Girdwood | 2009-02-03 | 4 | -5/+4 | |
| | | * | | | | | | | | | OMAP: ASoC: Fix spinlock misuse in omap-pcm.c | Eero Nurkkala | 2009-02-02 | 1 | -2/+3 | |
| | * | | | | | | | | | | Merge branch 'fix/hda' into for-linus | Takashi Iwai | 2009-02-04 | 3 | -1/+5 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ / | | | |/| | | | | | | | | ||||||
| | | * | | | | | | | | | ALSA: hda - No widget selection for volume knob widgets in proc output | Takashi Iwai | 2009-02-02 | 1 | -1/+2 | |
| | | * | | | | | | | | | ALSA: hda - Add support of iMac 24 Aluminium | Mark Eggleston | 2009-01-31 | 1 | -0/+1 | |
| | | * | | | | | | | | | ALSA: hda - Add quirk for another HP dv5 model | Takashi Iwai | 2009-01-30 | 1 | -0/+2 | |
| | * | | | | | | | | | | ALSA: pcm_oss: AFMT_S24_LE is set twice in return value | Roel Kluin | 2009-02-04 | 1 | -1/+1 | |
| | * | | | | | | | | | | ALSA: alsa: time reaches -1, tested 0 | Roel Kluin | 2009-01-31 | 1 | -1/+1 | |
| * | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo... | Linus Torvalds | 2009-02-04 | 59 | -867/+985 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Blackfin arch: Remove outdated code | Michael Hennerich | 2009-02-04 | 1 | -23/+1 | |
| | * | | | | | | | | | | | Blackfin arch: Fix udelay implementation | Michael Hennerich | 2009-02-04 | 1 | -6/+5 | |
| | * | | | | | | | | | | | Blackfin arch: Update Copyright information | Michael Hennerich | 2009-02-04 | 1 | -1/+1 | |
| | * | | | | | | | | | | | Blackfin arch: Add BF561 PPI POLS, POLC Masks | Michael Hennerich | 2009-02-04 | 1 | -0/+2 | |
| | * | | | | | | | | | | | Blackfin arch: Update CM-BF527 kernel config | Michael Hennerich | 2009-02-04 | 1 | -124/+321 |