summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | NIU: Add Sun CP3260 ATCA blade supportSantwona Behera2008-11-142-6/+293
| | * | | | | lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.cIngo Molnar2008-11-133-5/+4
| | |/ / / /
| | * | | | 9p: restrict RDMA usageRandy Dunlap2008-11-121-4/+6
| | * | | | net: shy netns_ok checkAlexey Dobriyan2008-11-121-1/+9
| | * | | | ipv6: routing header fixesBrian Haley2008-11-122-0/+10
| * | | | | unitialized return value in mm/mlock.c: __mlock_vma_pages_range()Helge Deller2008-11-161-1/+1
| * | | | | stop_machine: fix race with return value (fixes Bug #11989)Rusty Russell2008-11-161-2/+3
| * | | | | Fix broken ownership of /proc/sys/ filesAl Viro2008-11-161-0/+1
| | |_|/ / | |/| | |
| * | | | acpi: fix oops in acpi_system_wakeup_device_seq_showLinus Torvalds2008-11-161-1/+1
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2008-11-156-25/+58
| |\ \ \ \
| | * | | | HID: don't grab devices with no inputJiri Slaby2008-11-141-6/+11
| | * | | | HID: fix radio-mr800 hidquirksAlexey Klimov2008-11-131-1/+1
| | * | | | HID: fix kworld fm700 radio hidquirksAlexey Klimov2008-11-131-1/+1
| | * | | | HID: fix start/stop cycle in usbhid driverJiri Slaby2008-11-131-0/+8
| | * | | | HID: use single threaded work queue for hid_compatAndi Kleen2008-11-131-1/+1
| | * | | | HID: map macbook keys for "Expose" and "Dashboard"Henrik Rydberg2008-11-132-2/+5
| | * | | | HID: support for new unibody macbooksHenrik Rydberg2008-11-133-0/+15
| | * | | | HID: fix locking in hidraw_open()Oliver Neukum2008-11-131-14/+16
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2008-11-156-17/+21
| |\ \ \ \ \
| | * | | | | pcmcia: ensure correct logging in do_io_probeDominik Brodowski2008-11-091-6/+6
| | * | | | | pcmcia: add another pata/ide IDMarc Pignat2008-11-092-0/+2
| | * | | | | pcmcia: add braces in error pathDominik Brodowski2008-11-021-1/+2
| | * | | | | pcmcia: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-023-9/+8
| | * | | | | pcmcia: setup resource information for pseudo multifunction devices.Komuro2008-11-021-0/+2
| | * | | | | pcmcia: fix indentation & braces disagreement - add bracesIlpo Järvinen2008-11-011-1/+2
| * | | | | | Linux 2.6.28-rc5v2.6.28-rc5Linus Torvalds2008-11-151-1/+1
| * | | | | | Fix inotify watch removal/umount racesAl Viro2008-11-154-48/+218
| * | | | | | LIS3LV02Dx: remove unused #include <version.h>Huang Weiyi2008-11-151-1/+0
| * | | | | | Merge branch 'sh/for-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-11-1515-32/+108
| |\ \ \ \ \ \
| | * | | | | | serial: sh-sci: Reorder the SCxTDR write after the TDxE clear.Paul Mundt2008-11-132-2/+2
| | * | | | | | sh: __copy_user function can corrupt the stack in case of exceptionStuart MENEFY2008-11-131-3/+8
| | * | | | | | sh: Fixed the TMU0 reload value on resumeFrancesco VIRLINZI2008-11-131-1/+1
| | * | | | | | sh: Don't factor in PAGE_OFFSET for valid_phys_addr_range() check.Paul Mundt2008-11-131-1/+1
| | * | | | | | sh: early printk port type fixMagnus Damm2008-11-131-0/+1
| | * | | | | | i2c: fix i2c-sh_mobile rx underrunMagnus Damm2008-11-131-1/+2
| | * | | | | | sh: Provide a sane valid_phys_addr_range() to prevent TLB reset with PMB.Paul Mundt2008-11-124-2/+37
| | * | | | | | usb: r8a66597-hcd: fix wrong data access in SuperH on-chip USBYoshihiro Shimoda2008-11-121-2/+3
| | * | | | | | fix sci type for SH7723Yoshihiro Shimoda2008-11-121-3/+3
| | * | | | | | serial: sh-sci: fix cannot work SH7723 SCIFAYoshihiro Shimoda2008-11-123-17/+22
| | * | | | | | sh: Handle fixmap TLB eviction more coherently.Paul Mundt2008-11-103-3/+32
| * | | | | | | Merge branch 'doc-subdirs' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2008-11-1530-81/+96
| |\ \ \ \ \ \ \
| | * | | | | | | Create/use more directory structure in the Documentation/ tree.Randy Dunlap2008-11-1430-81/+96
| * | | | | | | | Add 'pr_fmt()' format modifier to pr_xyz macros.Martin Schwidefsky2008-11-151-19/+23
| * | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2008-11-151-4/+6
| |\ \ \ \ \ \ \ \
| | * | | | | | | | 9p: restrict RDMA usageRandy Dunlap2008-11-141-4/+6
| * | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2008-11-151-82/+149
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | V4L/DVB (9624): CVE-2008-5033: fix OOPS on tvaudio when controlling bass/trebleMauro Carvalho Chehab2008-11-141-8/+7
| | * | | | | | | | | V4L/DVB (9623): tvaudio: Improve debug msg by printing something more humanMauro Carvalho Chehab2008-11-141-1/+5
| | * | | | | | | | | V4L/DVB (9622): tvaudio: Improve comments and remove a unneeded prototypeMauro Carvalho Chehab2008-11-141-12/+7
| | * | | | | | | | | V4L/DVB (9621): Avoid writing outside shadow.bytes[] arrayMauro Carvalho Chehab2008-11-141-3/+27