summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* percpu: move chunk area map extension out of area allocationTejun Heo2009-03-071-48/+60
* percpu: replace pcpu_realloc() with pcpu_mem_alloc() and pcpu_mem_free()Tejun Heo2009-03-071-43/+42
* x86, percpu: setup reserved percpu area for x86_64Tejun Heo2009-03-062-32/+40
* percpu, module: implement reserved allocation and use it for module percpu va...Tejun Heo2009-03-064-29/+144
* percpu: add an indirection ptr for chunk page map accessTejun Heo2009-03-061-1/+4
* x86: make embedding percpu allocator return excessive free spaceTejun Heo2009-03-061-16/+28
* percpu: use negative for auto for pcpu_setup_first_chunk() argumentsTejun Heo2009-03-063-24/+29
* percpu: improve first chunk initial area map handlingTejun Heo2009-03-061-26/+27
* percpu: cosmetic renames in pcpu_setup_first_chunk()Tejun Heo2009-03-062-30/+30
* percpu: clean up percpu constantsTejun Heo2009-03-062-21/+13
* x86: un-__init fill_pud/pmd/pteJeremy Fitzhardinge2009-03-041-3/+3
* x86: remove vestigial fix_ioremap prototypesJeremy Fitzhardinge2009-03-041-3/+0
* Merge branch 'x86/core' into core/percpuIngo Molnar2009-03-04373-3190/+14119
|\
| *-----------. Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x...Ingo Molnar2009-03-04291-2766/+5482
| |\ \ \ \ \ \ \
| | | | | | | | * x86: oprofile: don't set counter width from cpuid on Core2Tim Blechmann2009-03-031-2/+12
| | | | | | | | * x86: fix init_memory_mapping() to handle small rangesYinghai Lu2009-03-031-0/+2
| | | | | | | | * Revert "menu: fix embedded menu snafu"Linus Torvalds2009-03-021-16/+12
| | | | | | | | * Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-03-025-12/+20
| | | | | | | | |\
| | | | | | | | | * drm/i915: Fix use-before-null-check in i915_irq_emit().Eric Anholt2009-03-031-2/+3
| | | | | | | | | * drm: Avoid client deadlocks when the master disappears.Thomas Hellstrom2009-03-033-8/+15
| | | | | | | | | * drm: Wake up all lock waiters when the master disappears.Thomas Hellstrom2009-03-032-2/+2
| | | | | | | | | * drm: Don't return ERESTARTSYS to user-space.Thomas Hellstrom2009-03-031-1/+1
| | | | | | | | * | menu: fix embedded menu snafuRandy Dunlap2009-03-021-12/+16
| | | | | | | | * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2009-03-023-1/+7
| | | | | | | | |\ \
| | | | | | | | | * | sdhci: Add NO_BUSY_IRQ quirk for Marvell CAFE host chipAndres Salomon2009-03-021-0/+1
| | | | | | | | | * | sdhci: Add quirk for controllers with no end-of-busy IRQBen Dooks2009-03-022-1/+6
| | | | | | | | | |/
| | | | | | | | * | Merge branch 'fix/hda' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds2009-03-023-1/+4
| | | | | | | | |\ \
| | | | | | | | | * | ALSA: hda - Add probe_mask default for Toshiba laptop with ALC268Takashi Iwai2009-03-021-0/+2
| | | | | | | | | * | ALSA: hda - Add quirk for new HP xw seriesTakashi Iwai2009-02-271-0/+1
| | | | | | | | | * | ALSA: hda - Fix digital mic on dell-m4-1 and dell-m4-3Takashi Iwai2009-02-271-1/+1
| | | | | | | | * | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-03-023-12/+10
| | | | | | | | |\ \ \
| | | | | | | | | * | | fix warning in io_mapping_map_wc()Pallipadi, Venkatesh2009-03-021-1/+4
| | | | | | | | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-03-0234-209/+467
| | | | | | | | |\ \ \ \
| | | | | | | | | * | | | zaurus: add usb id for motomagx phonesDmitriy Taychenachev2009-03-011-0/+5
| | | | | | | | | * | | | usbnet: make usbnet_get_link() fall back to ethtool_op_get_link()Bjørn Mork2009-03-011-2/+2
| | | | | | | | | * | | | veth: Fix carrier detectEric W. Biederman2009-03-011-40/+11
| | | | | | | | | * | | | cdc_ether: add usb id for Ericsson F3507gBjørn Mork2009-03-011-0/+5
| | | | | | | | | * | | | r8169: read MAC address from EEPROM on init (2nd attempt)Ivan Vecera2009-03-011-2/+112
| | | | | | | | | * | | | tcp: fix retrans_out leaksIlpo Järvinen2009-03-011-4/+5
| | | | | | | | | * | | | net headers: export dcbnl.hChris Leech2009-03-011-0/+1
| | | | | | | | | * | | | net headers: cleanup dcbnl.hChris Leech2009-03-011-1/+3
| | | | | | | | | * | | | netpoll: Add drop checks to all entry pointsHerbert Xu2009-03-012-0/+16
| | | | | | | | | * | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-02-28176-1029/+4783
| | | | | | | | | |\ \ \ \ | | | | | | | | | | | |_|/ | | | | | | | | | | |/| |
| | | | | | | | | * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-02-287-70/+71
| | | | | | | | | |\ \ \ \
| | | | | | | | | | * | | | libertas: fix misuse of netdev_priv() and dev->ml_privKiran Divekar2009-02-267-70/+71
| | | | | | | | | * | | | | gianfar: Do right check on num_txbdfreeRini van Zetten2009-02-271-1/+1
| | | | | | | | | * | | | | pkt_sched: sch_drr: Fix oops in drr_change_class.Jarek Poplawski2009-02-271-1/+5
| | | | | | | | | * | | | | b44: Disable device on shutdownMichael Buesch2009-02-261-0/+1
| | | | | | | | | * | | | | b44: Unconditionally enable interrupt routing on resetMichael Buesch2009-02-261-4/+8
| | | | | | | | | * | | | | net: fix hp-plus build errorRandy Dunlap2009-02-261-1/+1