aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86: setup_force_cpu_cap(): don't do clear_bit(non-unsigned-long)Andrew Morton2008-05-251-2/+2
* x86: head_64.S cleanup - use PMD_SHIFT instead of numeric constantCyrill Gorcunov2008-05-251-5/+5
* x86: head_64.S cleanup - use straight move to CR4 registerCyrill Gorcunov2008-05-251-3/+1
* x86: cleanup, remove duplicate declaration of unknown_nmi_panicFernando Luis Vazquez Cao2008-05-251-1/+0
* x86: smpboot.c: removed duplicated includeHuang Weiyi2008-05-251-1/+0
* x86: ipi.c: removed duplicated includeHuang Weiyi2008-05-251-1/+0
* x86: compressed/head_64.S cleanup - use predefined flags from processor-flags.hCyrill Gorcunov2008-05-251-2/+3
* x86: head_64.S cleanup - use predefined flags from processor-flags.hCyrill Gorcunov2008-05-251-8/+5
* x86 - hide X86_VM_MASK from userland programs v3Cyrill Gorcunov2008-05-251-6/+7
* x86: constify data in reboot.cJan Beulich2008-05-253-12/+12
* i386: move FIX_ACPI_* into non-permanent rangeJan Beulich2008-05-251-4/+4
* x86: eliminate duplicate consistency checks in init_32.cJan Beulich2008-05-251-13/+0
* x86: make memory_add_physaddr_to_nid depend on MEMORY_HOTPLUGThomas Gleixner2008-05-251-1/+2
* x86_64: fix mm.txt documentationJiri Slaby2008-05-251-3/+2
* x86: kernel/pci-dma.c cleanupsAdrian Bunk2008-05-251-1/+1
* x86: make __pci_mmcfg_init static in mmconfig-shared.cThomas Gleixner2008-05-251-1/+1
* x86: make command_line static in setup_64.cThomas Gleixner2008-05-251-1/+1
* x86: init64.c include initrd.hThomas Gleixner2008-05-251-0/+1
* x86: move mmconfig declarations to headerThomas Gleixner2008-05-253-12/+14
* x86: k8topology cleanup variable declarationsThomas Gleixner2008-05-251-7/+2
* x86: k8topology fix shadow variableThomas Gleixner2008-05-251-3/+2
* x86: k8topology add missing headerThomas Gleixner2008-05-251-0/+1
* x86: create prototype for (un)map_devmemThomas Gleixner2008-05-251-3/+7
* x86: boot/printfc use NULL instead 0Thomas Gleixner2008-05-251-1/+1
* x86: vsmp_64 add missing includesThomas Gleixner2008-05-251-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2008-05-223-14/+11
|\
| * [CIFS] Fix reversed memset argumentsDave Jones2008-05-221-2/+2
| * Adds username in the upcall key for unattended mounts with keytabIgor Mammedov2008-05-221-0/+3
| * [CIFS] Remove redundant NULL checkSteve French2008-05-221-12/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-05-2121-413/+68
|\ \
| * | net: The world is not perfect patch.Rami Rosen2008-05-213-362/+3
| * | tcp: Make prior_ssthresh a u32Ilpo Järvinen2008-05-211-1/+1
| * | xfrm_user: Remove zero length key checks.David S. Miller2008-05-211-11/+0
| * | net/ipv4/arp.c: Use common hex_asc helpersDenis Cheng2008-05-211-3/+2
| * | cassini: Only use chip checksum for ipv4 packets.David S. Miller2008-05-211-4/+7
| * | tcp: TCP connection times out if ICMP frag needed is delayedSridhar Samudrala2008-05-211-4/+6
| * | netfilter: Move linux/types.h inclusions outside of #ifdef __KERNEL__Patrick McHardy2008-05-214-4/+4
| * | af_key: Fix selector family initialization.Kazunori MIYAZAWA2008-05-211-1/+1
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-05-208-23/+44
| |\ \
| | * | libertas: Fix ethtool statisticsDavid Woodhouse2008-05-201-14/+13
| | * | mac80211: fix NULL pointer dereference in ieee80211_compatible_ratesHelmut Schaa2008-05-201-4/+11
| | * | mac80211: don't claim iwspy supportJohannes Berg2008-05-201-1/+0
| | * | orinoco_cs: add ID for SpeedStream wireless adaptersPavel Roskin2008-05-201-0/+1
| | * | hostap_cs: add ID for Conceptronic CON11CProPavel Roskin2008-05-201-0/+1
| | * | rtl8187: resource leak in error caseOliver Neukum2008-05-201-2/+12
| | * | ath5k: Fix loop variable initializationsBob Copeland2008-05-202-2/+6
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-05-215-22/+40
|\ \ \ \ | |_|_|/ |/| | |
| * | | sparc64: Prevent stack backtrace false positives on trap frames.David S. Miller2008-05-211-0/+1
| * | | sparc64: Fix stack tracing through trap frames.David S. Miller2008-05-212-10/+14
| * | | sparc64: Fix kernel thread stack termination.David S. Miller2008-05-211-11/+25