- ffe77a4 x86-64, NUMA: Restructure initmem_init() by Tejun Heo · 14 years ago
- d8fc3af x86, NUMA: Move *_numa_init() invocations into initmem_init() by Tejun Heo · 14 years ago
- a9aec56 x86-64, NUMA: Wrap acpi_numa_init() so that failure can be indicated by return value by Tejun Heo · 14 years ago
- 940fed2 x86-64, NUMA: Unify {acpi|amd}_{numa_init|scan_nodes}() arguments and return values by Tejun Heo · 14 years ago
- 86ef4db x86, NUMA: Drop @start/last_pfn from initmem_init() by Tejun Heo · 14 years ago
- 13081df x86-64, NUMA: Simplify hotplug node handling in acpi_numa_memory_affinity_init() by Tejun Heo · 14 years ago
- 7d36b7b x86-64, NUMA: Make dummy node initialization path similar to non-dummy ones by Tejun Heo · 14 years ago
- 275a88d Merge branch 'x86/amd-nb' into x86/mm by Ingo Molnar · 14 years ago
- 52b8b8d Merge branch 'x86/numa' into x86/mm by Ingo Molnar · 14 years ago
- 02ac81a Merge branch 'x86/bootmem' into x86/mm by Ingo Molnar · 14 years ago
- 9e81509 x86, amd: Initialize variable properly by Borislav Petkov · 14 years ago
- 14392fd x86, numa: Add error handling for bad cpu-to-node mappings by David Rientjes · 14 years ago
- b366801 Merge commit 'v2.6.38-rc4' into x86/numa by Ingo Molnar · 14 years ago
- 9a6d44b x86: Emit "mem=nopentium ignored" warning when not supported by Kamal Mostafa · 14 years ago
- 77eed82 x86: Fix panic when handling "mem={invalid}" param by Kamal Mostafa · 14 years ago
- 7064d86 x86: Avoid tlbstate lock if not enough cpus by Shaohua Li · 14 years ago
- 70e4a36 x86: Scale up the number of TLB invalidate vectors with NR_CPUs, up to 32 by Shaohua Li · 14 years ago
- 3a09fb4 x86: Allocate 32 tlb_invalidate_interrupt handler stubs by Shaohua Li · 14 years ago
- 60f6e65 x86: Cleanup vector usage by Shaohua Li · 14 years ago
- d2137d5 Merge branch 'linus' into x86/bootmem by Ingo Molnar · 14 years ago
- 795abaf klist: Fix object alignment on 64-bit. by David Miller · 14 years ago
- 091994c Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
- d8ed516 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
- f00eaee Revert "pci: use security_capable() when checking capablities during config space read" by Linus Torvalds · 14 years ago
- 6146124 Merge branch 'fix/asoc' into for-linus by Takashi Iwai · 14 years ago
- c170093d Merge branch 'devicetree/merge' into spi/merge by Grant Likely · 14 years ago
- 78bba98 devicetree-discuss is moderated for non-subscribers by Paul Bolle · 14 years ago
- a0dc00b MAINTAINERS: Add entry for GPIO subsystem by Grant Likely · 14 years ago
- c8e0b00 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
- e447183 jbd2: call __jbd2_log_start_commit with j_state_lock write locked by Theodore Ts'o · 14 years ago
- e9e3bce ext4: serialize unaligned asynchronous DIO by Eric Sandeen · 14 years ago
- 2892c15 ext4: make grpinfo slab cache names static by Eric Sandeen · 14 years ago
- 557218e MAINTAINERS: Add entry for GPIO subsystem by Grant Likely · 14 years ago
- 3c6c0d6 Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
- 5b49378 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 14 years ago
- d40b0c3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm by Linus Torvalds · 14 years ago
- 3aec46c Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
- 68c3d4b Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging by Linus Torvalds · 14 years ago
- f7909fb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 14 years ago
- c41d40b Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung by Linus Torvalds · 14 years ago
- a288465 Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 14 years ago
- 80d02d2 drivers/w1/masters/omap_hdq.c: add missing clk_put by Julia Lawall · 14 years ago
- 678ff89 memcg: fix leak of accounting at failure path of hugepage collapsing by KAMEZAWA Hiroyuki · 14 years ago
- f0fdc5e vmscan: fix zone shrinking exit when scan work is done by Johannes Weiner · 14 years ago
- 419d8c9 mlock: do not munlock pages in __do_fault() by Michel Lespinasse · 14 years ago
- e15f8c0 mlock: fix race when munlocking pages in do_wp_page() by Michel Lespinasse · 14 years ago
- e6d2e2b memblock: don't adjust size in memblock_find_base() by Yinghai Lu · 14 years ago
- de1f016 nbd: remove module-level ioctl mutex by Soren Hansen · 14 years ago
- 24a6f5b drivers/rtc/rtc-proc.c: add module_put on error path in rtc_proc_open() by Alexander Strakh · 14 years ago
- 6e20fb1 drivers/gpio/pca953x.c: add a mutex to fix race condition by Roland Stigge · 14 years ago
- 01e05e9 ptrace: use safer wake up on ptrace_detach() by Tejun Heo · 14 years ago
- d863b50 vfs: call rcu_barrier after ->kill_sb() by Boaz Harrosh · 14 years ago
- 2dab597 Fix possible filp_cachep memory corruption by Linus Torvalds · 14 years ago
- 6b155c8 dlm: use single thread workqueues by David Teigland · 14 years ago
- 965b76d ALSA: hda - add quirk for Ordissimo EVE using a realtek ALC662 by Anisse Astier · 14 years ago
- 47970b1 pci: use security_capable() when checking capablities during config space read by Chris Wright · 14 years ago
- 6037b71 security: add cred argument to security_capable() by Chris Wright · 14 years ago
- deabb19 Merge branch 'for-james' of git://tpmdd.git.sourceforge.net/gitroot/tpmdd/tpmdd into for-linus by James Morris · 14 years ago
- 71823ba cifs: don't always drop malformed replies on the floor (try #3) by Jeff Layton · 14 years ago
- 9b29050 tpm_tis: Use timeouts returned from TPM by Stefan Berger · 14 years ago
- d247852 char/ipmi: fix OOPS caused by pnp_unregister_driver on unregistered driver by Corey Minyard · 14 years ago
- ee24aeb cap_syslog: accept CAP_SYS_ADMIN for now by Linus Torvalds · 14 years ago
- a09e2b2 ARM: SAMSUNG: Ensure struct sys_device is declared in plat/pm.h by Mark Brown · 14 years ago
- 4019452 ARM: S5PV310: Cleanup System MMU by Kukjin Kim · 14 years ago
- 3de0498 ARM: S5PV310: Add support System MMU on SMDKV310 by Thomas Abraham · 14 years ago
- 67d0195 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
- ce86d35 Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago
- b477958 Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 14 years ago
- e128c5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
- 3e9d08e virtio_net: Add schedule check to napi_enable call by Bruce Rogers · 14 years ago
- 70a0622 fix jiffy calculations in calibrate_delay_direct to handle overflow by Tim Deegan · 14 years ago
- 2243c4d ALSA: hrtimer: remove superfluous tasklet invocation by Clemens Ladisch · 14 years ago
- b1d4f7f ALSA: hrtimer: handle delayed timer interrupts by Clemens Ladisch · 14 years ago
- a6c47a8 ALSA: HDA: Add subwoofer quirk for Acer Aspire 8942G by David Henningsson · 14 years ago
- 41a63f1 ALSA: hda - Don't handle empty patch files by Takashi Iwai · 14 years ago
- 4d79636 amd64_edac: Fix DIMMs per DCTs output by Borislav Petkov · 14 years ago
- 691269f x86: Adjust section placement in AMD northbridge related code by Jan Beulich · 14 years ago
- 96642d4 x25: Do not reference freed memory. by David S. Miller · 14 years ago
- 195291e cifs: clean up checks in cifs_echo_request by Jeff Layton · 14 years ago
- 6148a47 Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
- ebc02e9 pch_can: fix tseg1/tseg2 setting issue by Tomoya MORINAGA · 14 years ago
- cd141ee isdn: hysdn: Kill (partially buggy) CVS regision log reporting. by David S. Miller · 14 years ago
- bcf721d hwmon: (emc1403) Fix I2C address range by Guenter Roeck · 14 years ago
- 2778fb1 hwmon: (lm63) Consider LM64 temperature offset by Dirk Eibach · 14 years ago
- 69e6ed1 can: softing_cs needs slab.h by Randy Dunlap · 14 years ago
- ae09357 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 14 years ago
- 75d1a75 pch_gbe: Fix the issue which a driver locks when rx offload is set by ethtool by Toshiharu Okada · 14 years ago
- d3d373e Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 14 years ago
- aceb91c Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
- ae8eed2 Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 14 years ago
- 5414e55 staging: zram: fix data corruption issue by Nitin Gupta · 14 years ago
- 0742cec Staging: Comedi: Fix a few NI module dependencies by Ian Abbott · 14 years ago
- 3c323c0 Staging: comedi: Add MODULE_LICENSE and similar to NI modules by Ian Abbott · 14 years ago
- 893a5ab KVM: SVM: Make sure KERNEL_GS_BASE is valid when loading gs_index by Joerg Roedel · 14 years ago
- b8cf0e0 cdrom: support devices that have check_events but not media_changed by Simon Arlott · 14 years ago
- 02a8f01 cfq-iosched: Don't wait if queue already has requests. by Justin TerAvest · 14 years ago
- c317428 netfilter: nf_conntrack: set conntrack templates again if we return NF_REPEAT by Pablo Neira Ayuso · 14 years ago
- c69b909 pch_can: fix module reload issue with MSI by Tomoya · 14 years ago
- ce9736d pch_can: fix rmmod issue by Tomoya · 14 years ago
- eab743e pch_can: fix 800k comms issue by Tomoya · 14 years ago