| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc/mm: Add SMP support to no-hash TLB handling | Benjamin Herrenschmidt | 2008-12-21 | 10 | -57/+281 |
* | powerpc/mm: Introduce MMU features | Benjamin Herrenschmidt | 2008-12-21 | 16 | -60/+268 |
* | powerpc/mm: Rework context management for CPUs with no hash table | Benjamin Herrenschmidt | 2008-12-21 | 6 | -54/+234 |
* | powerpc/mm: Split mmu_context handling | Benjamin Herrenschmidt | 2008-12-21 | 13 | -321/+337 |
* | powerpc/4xx: Extended DCR support v2 | Benjamin Herrenschmidt | 2008-12-21 | 4 | -17/+65 |
* | powerpc: Add reboot notifier to Collaborative Memory Manager | Brian King | 2008-12-21 | 1 | -1/+28 |
* | powerpc: Disable Collaborative Memory Manager for kdump | Brian King | 2008-12-21 | 1 | -1/+1 |
* | powerpc/iseries: viodasd needs to depend on CONFIG_BLOCK | Stephen Rothwell | 2008-12-21 | 1 | -0/+1 |
* | hvc_console: Escape magic sysrq key | Hendrik Brueckner | 2008-12-21 | 1 | -2/+5 |
* | powerpc: Pass a valid token to rtas_call() in phyp-dump code | Tony Breeds | 2008-12-21 | 1 | -0/+2 |
* | powerpc: Protect against NULL pointer deref in phyp-dump code | Tony Breeds | 2008-12-21 | 1 | -0/+3 |
* | powerpc: Rename struct vm_region to avoid conflict with NOMMU | David Howells | 2008-12-21 | 1 | -12/+12 |
* | powerpc: Convert sysfs cache code to of_find_next_cache_node() | Nathan Lynch | 2008-12-21 | 1 | -6/+1 |
* | powerpc: Convert cpu_to_l2cache() to of_find_next_cache_node() | Nathan Lynch | 2008-12-21 | 1 | -7/+4 |
* | powerpc: Add of_find_next_cache_node() | Nathan Lynch | 2008-12-21 | 2 | -0/+34 |
* | of/gpio: Implement of_gpio_count() | Anton Vorontsov | 2008-12-21 | 2 | -0/+40 |
* | of: of_parse_phandles_with_args() learns to differentiate 'hole' cells | Anton Vorontsov | 2008-12-21 | 1 | -6/+16 |
* | of: Minor simplification for the of_parse_phandles_with_args() | Anton Vorontsov | 2008-12-21 | 1 | -7/+4 |
* | Merge branch 'linux-2.6' into next | Paul Mackerras | 2008-12-18 | 57 | -301/+387 |
|\ |
|
| * | Merge branch 'i2c-fixes' of git://aeryn.fluff.org.uk/bjdooks/linux | Linus Torvalds | 2008-12-17 | 2 | -3/+16 |
| |\ |
|
| | * | i2c-s3c2410: fix check for being in suspend. | Ben Dooks | 2008-12-16 | 1 | -3/+15 |
| | * | i2c-cpm: Detect and report NAK right away instead of timing out | Mike Ditto | 2008-12-16 | 1 | -0/+1 |
| * | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2008-12-17 | 2 | -3/+9 |
| |\ \ |
|
| | * | | ocfs2: Add JBD2 compat feature bit. | Joel Becker | 2008-12-16 | 1 | -1/+7 |
| | * | | ocfs2: Always update xattr search when creating bucket. | Tao Ma | 2008-12-16 | 1 | -2/+2 |
| | |/ |
|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2008-12-17 | 13 | -65/+63 |
| |\ \ |
|
| | * | | USB: pl2303: add id for Hewlett-Packard LD220-HP POS pole display | Mike Provencher | 2008-12-17 | 2 | -0/+5 |
| | * | | USB: set correct configuration in probe of ti_usb_3410_5052 | Oliver Neukum | 2008-12-17 | 1 | -52/+3 |
| | * | | USB: add 5372:2303 to pl2303 | Matthew Arnold | 2008-12-17 | 2 | -0/+5 |
| | * | | USB: skip Set-Interface(0) if already in altsetting 0 | Alan Stern | 2008-12-17 | 1 | -1/+3 |
| | * | | USB: fix comment about endianness of descriptors | Phil Endecott | 2008-12-17 | 2 | -4/+10 |
| | * | | USB: Documentation/usb/gadget_serial.txt: update to match driver use_acm beha... | Peter Korsgaard | 2008-12-17 | 1 | -2/+2 |
| | * | | usbmon: drop bogus 0t from usbmon.txt | Pete Zaitcev | 2008-12-17 | 1 | -5/+7 |
| | * | | USB: gadget: fix rndis working at high speed | David Brownell | 2008-12-17 | 1 | -0/+4 |
| | * | | USB: ftdi_sio: Adding Ewert Energy System's CANdapter PID | Andrew Ewert | 2008-12-17 | 2 | -0/+4 |
| | * | | USB: tty: SprogII DCC controller identifiers | Alan Cox | 2008-12-17 | 2 | -0/+4 |
| | * | | usb-storage: update unusual_devs entry for Nokia 5310 | Alan Stern | 2008-12-17 | 1 | -1/+1 |
| | * | | USB: Unusual devs patch for Nokia 3500c | Ozan Sener | 2008-12-17 | 1 | -0/+7 |
| | * | | USB: storage: unusual_devs.h: Nokia 3109c addition | CSÉCSY László | 2008-12-17 | 1 | -0/+7 |
| | * | | USB: fix problem with usbtmc driver not loading properly | Greg Kroah-Hartman | 2008-12-17 | 1 | -0/+1 |
| | |/ |
|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2008-12-17 | 8 | -21/+6 |
| |\ \ |
|
| | * | | STAGING: Move staging drivers back to staging-specific menu | Dmitry Baryshkov | 2008-12-17 | 1 | -0/+3 |
| | * | | driver core: add newlines to debugging enabled/disabled messages | Marcel Holtmann | 2008-12-17 | 1 | -2/+2 |
| | * | | xilinx_hwicap: remove improper wording in license statement | Greg Kroah-Hartman | 2008-12-17 | 6 | -18/+0 |
| | * | | driver core: fix using 'ret' variable in unregister_dynamic_debug_module | Johann Felix Soden | 2008-12-17 | 1 | -1/+1 |
| | |/ |
|
| * | | cifs: fix buffer overrun in parse_DFS_referrals | Jeff Layton | 2008-12-17 | 1 | -1/+2 |
| * | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/p... | Linus Torvalds | 2008-12-17 | 2 | -2/+3 |
| |\ \
| | |/
| |/| |
|
| | * | powerpc: Fix corruption error in rh_alloc_fixed() | Guillaume Knispel | 2008-12-17 | 1 | -0/+1 |
| | * | powerpc/fsl-booke: Fix the miss interrupt restore | Dave Liu | 2008-12-17 | 1 | -2/+2 |
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee... | Linus Torvalds | 2008-12-16 | 1 | -0/+6 |
| |\ \ |
|