Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | powerpc: Silence __cpu_up() under normal operation | Signed-off-by: Darren Hart | 2010-08-24 | 1 | -2/+2 | |
| * | | | | | | powerpc: Re-enable preemption before cpu_die() | Signed-off-by: Darren Hart | 2010-08-24 | 1 | -1/+1 | |
| * | | | | | | powerpc/pci: Drop unnecessary null test | Julia Lawall | 2010-08-24 | 1 | -2/+1 | |
| * | | | | | | powerpc/powermac: Drop unnecessary null test | Julia Lawall | 2010-08-24 | 1 | -1/+1 | |
| * | | | | | | powerpc/powermac: Drop unnecessary of_node_put | Julia Lawall | 2010-08-24 | 2 | -3/+0 | |
| * | | | | | | powerpc/kdump: Stop all other CPUs before running crash handlers | Anton Blanchard | 2010-08-24 | 1 | -11/+13 | |
| * | | | | | | powerpc/mm: Fix vsid_scrample typo | Anton Blanchard | 2010-08-24 | 1 | -1/+1 | |
| * | | | | | | powerpc: Use is_32bit_task() helper to test 32 bit binary | Denis Kirjanov | 2010-08-24 | 1 | -3/+3 | |
| * | | | | | | powerpc: Export memstart_addr and kernstart_addr on ppc64 | Sonny Rao | 2010-08-24 | 1 | -0/+2 | |
| * | | | | | | powerpc: Make rwsem use "long" type | Benjamin Herrenschmidt | 2010-08-24 | 1 | -27/+37 | |
| * | | | | | | Merge remote branch 'jwb/merge' into merge | Benjamin Herrenschmidt | 2010-08-24 | 6 | -12/+27 | |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| | * | | | | | powerpc/47x: Add an isync before the tlbivax instruction | Dave Kleikamp | 2010-08-23 | 1 | -0/+1 | |
| | * | | | | | powerpc/4xx: Index interrupt stacks by physical cpu | Dave Kleikamp | 2010-08-23 | 2 | -11/+14 | |
| | * | | | | | powerpc/47x: Remove redundant line from cputable.c | Dave Kleikamp | 2010-08-23 | 1 | -1/+0 | |
| | * | | | | | powerpc/47x: Make sure mcsr is cleared before enabling machine check interrupts | Dave Kleikamp | 2010-08-23 | 1 | -0/+4 | |
| | * | | | | | powerpc/4xx: Device tree update for the 460ex DWC SATA | Rupjyoti Sarmah | 2010-08-23 | 1 | -0/+8 | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 | Linus Torvalds | 2010-08-24 | 19 | -4219/+70 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Staging: sep: remove driver | Greg Kroah-Hartman | 2010-08-24 | 10 | -3757/+0 | |
| * | | | | | | | Staging: batman-adv: Don't write in not allocated packet_buff | Sven Eckelmann | 2010-08-24 | 1 | -0/+4 | |
| * | | | | | | | Staging: batman-adv: Don't use net_dev after dev_put | Sven Eckelmann | 2010-08-24 | 1 | -5/+6 | |
| * | | | | | | | Staging: batman-adv: Create batman_if only on register event | Sven Eckelmann | 2010-08-24 | 1 | -4/+2 | |
| * | | | | | | | Staging: batman-adv: fix own mac address detection | Marek Lindner | 2010-08-24 | 1 | -2/+5 | |
| * | | | | | | | Staging: batman-adv: always reply batman icmp packets with primary mac | Marek Lindner | 2010-08-24 | 1 | -2/+14 | |
| * | | | | | | | Staging: batman-adv: fix batman icmp originating from secondary interface | Marek Lindner | 2010-08-24 | 2 | -4/+9 | |
| * | | | | | | | Staging: batman-adv: unify orig_hash_lock spinlock handling to avoid deadlocks | Marek Lindner | 2010-08-24 | 1 | -6/+8 | |
| * | | | | | | | Staging: batman-adv: Fix merge of linus tree | Sven Eckelmann | 2010-08-24 | 2 | -8/+4 | |
| * | | | | | | | Staging: spectra: removes unused functions | Javier Martinez Canillas | 2010-08-24 | 1 | -416/+0 | |
| * | | | | | | | Staging: spectra: initializa lblk variable | Javier Martinez Canillas | 2010-08-24 | 1 | -1/+1 | |
| * | | | | | | | Staging: spectra: removes unused variable | Javier Martinez Canillas | 2010-08-24 | 1 | -1/+1 | |
| * | | | | | | | Staging: spectra: remove duplicate GLOB_VERSION definition | Javier Martinez Canillas | 2010-08-24 | 1 | -1/+0 | |
| * | | | | | | | Staging: spectra: don't use locked_ioctl, fix build | Javier Martinez Canillas | 2010-08-24 | 1 | -1/+14 | |
| * | | | | | | | Staging: use new REQ_FLUSH flag, fix build breakage | Javier Martinez Canillas | 2010-08-24 | 1 | -2/+1 | |
| * | | | | | | | Staging: spectra: removes q->prepare_flush_fn, fix build breakage | Javier Martinez Canillas | 2010-08-24 | 1 | -9/+1 | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 | Linus Torvalds | 2010-08-24 | 5 | -22/+20 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | 68328serial: check return value of copy_*_user() instead of access_ok() | Kulikov Vasiliy | 2010-08-24 | 1 | -18/+11 | |
| * | | | | | | | | synclink: add mutex_unlock() on error path | Dan Carpenter | 2010-08-24 | 1 | -1/+3 | |
| * | | | | | | | | rocket: add a mutex_unlock() | Dan Carpenter | 2010-08-24 | 1 | -0/+1 | |
| * | | | | | | | | ip2: return -EFAULT on copy_to_user errors | Dan Carpenter | 2010-08-24 | 1 | -0/+2 | |
| * | | | | | | | | ip2: remove unneeded NULL check | Dan Carpenter | 2010-08-24 | 1 | -1/+1 | |
| * | | | | | | | | serial: print early console device address in hex | Luck, Tony | 2010-08-24 | 1 | -2/+2 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2010-08-24 | 5 | -37/+61 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | kobject_uevent: fix typo in comments | Xiaotian Feng | 2010-08-24 | 1 | -2/+2 | |
| * | | | | | | | | firmware_class: fix typo in error path | Johannes Berg | 2010-08-24 | 1 | -1/+1 | |
| * | | | | | | | | kobject: Break the kobject namespace defs into their own header | David Howells | 2010-08-24 | 3 | -34/+58 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2010-08-24 | 25 | -126/+228 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | ARM: imx: fix build failure concerning otg/ulpi | Uwe Kleine-König | 2010-08-24 | 4 | -6/+6 | |
| * | | | | | | | USB: ftdi_sio: add product ID for Lenz LI-USB | Galen Seitz | 2010-08-24 | 2 | -0/+4 | |
| * | | | | | | | USB: adutux: fix misuse of return value of copy_to_user() | Kulikov Vasiliy | 2010-08-24 | 1 | -1/+1 | |
| * | | | | | | | USB: iowarrior: fix misuse of return value of copy_to_user() | Kulikov Vasiliy | 2010-08-24 | 1 | -2/+2 | |
| * | | | | | | | USB: xHCI: update ring dequeue pointer when process missed tds | Andiry Xu | 2010-08-24 | 1 | -0/+4 |