summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [WATCHDOG] bfin_wdt, remove SPIN_LOCK_UNLOCKEDJiri Slaby2007-11-191-1/+1
* [WATCHDOG] Stop looking for device as soon as one is foundSamuel Tardieu2007-11-191-1/+3
* [WATCHDOG] at32ap700x_wdt: add support for boot status and add fix for silico...Hans-Christian Egtvedt2007-11-191-4/+65
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/li...Linus Torvalds2007-11-1716-82/+81Star
|\
| * x86: simplify "make ARCH=x86" and fix kconfig all.configSam Ravnborg2007-11-176-36/+3Star
| * x86: reboot fixup for wrap2c boardDenys2007-11-171-0/+1
| * x86: check boundary in count setup resourceYinghai Lu2007-11-171-0/+6
| * x86: fix reboot with no keyboard attachedTruxton Fulton2007-11-171-1/+1
| * x86: add hpet sanity checksThomas Gleixner2007-11-171-0/+32
| * x86: on x86_64, correct reading of PC RTC when update in progress in time_64.cDavid P. Reed2007-11-171-12/+18
| * x86: fix freeze in x86_64 RTC update code in time_64.cDavid P. Reed2007-11-171-7/+4Star
| * ntp: fix typo that makes sync_cmos_clock erraticDavid P. Reed2007-11-171-1/+1
| * Remove x86 merge artifact from top MakefileThomas Gleixner2007-11-171-6/+1Star
| * x86: fixup cpu_info array conversionThomas Gleixner2007-11-171-1/+0Star
| * x86: show cpuinfo only for online CPUsAndreas Herrmann2007-11-172-10/+6Star
| * x86: fix cpu-hotplug regressionAndreas Herrmann2007-11-171-1/+1
| * x86: ignore the sys_getcpu() tcache parameterIngo Molnar2007-11-172-36/+3Star
| * x86: voyager use correct header file nameRandy Dunlap2007-11-171-1/+1
| * x86: fix smp init sectionsRandy Dunlap2007-11-171-2/+2
| * x86: fix voyager_cat_init sectionRandy Dunlap2007-11-171-1/+1
| * x86: fix bogus memcpy in es7000_check_dsdt()Thomas Gleixner2007-11-171-3/+3
* | x86: simplify "make ARCH=x86" and fix kconfig all.configSam Ravnborg2007-11-176-36/+3Star
|/
* Linux 2.6.24-rc3Linus Torvalds2007-11-171-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2007-11-171-1/+1
|\
| * SELinux: return EOPNOTSUPP not ENOTSUPPEric Paris2007-11-171-1/+1
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-11-172-8/+30
|\ \
| * | [ARM] 4638/1: pxa: use PXA3xx specific macros to define clkseric miao2007-11-161-7/+30
| * | [ARM] remove useless setting of VM_RESERVEDRussell King2007-11-111-1/+0Star
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2007-11-173-144/+119Star
|\ \ \ | |_|/ |/| |
| * | [CPUFREQ] Fix up whitespace in conservative governor.Dave Jones2007-10-221-61/+60Star
| * | [CPUFREQ] Make cpufreq_conservative handle out-of-sync events properlyElias Oltmanns2007-10-221-2/+30
| * | [CPUFREQ] architectural pstate driver for powernow-k8Mark Langsdorf2007-10-222-81/+29Star
* | | dirty page balancing: Get rid of broken unmapped_ratio logicLinus Torvalds2007-11-161-8/+0Star
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-11-1618-112/+224
|\ \ \
| * | | [NETFILTER]: Fix NULL pointer dereference in nf_nat_move_storage()Evgeniy Polyakov2007-11-161-1/+1
| * | | [SUNHME]: VLAN support for sunhmeChris Poon2007-11-161-6/+11
| * | | [CHELSIO]: Fix skb->dev setting.Divy Le Ray2007-11-161-1/+1
| * | | [NETFILTER]: fix compat_nf_sockopt typoPatrick McHardy2007-11-151-3/+3
| * | | [INET]: Fix potential kfree on vmalloc-ed area of request_sock_queuePavel Emelyanov2007-11-152-17/+36
| * | | [VIA_VELOCITY]: Don't oops on MTU change.Stephen Hemminger2007-11-151-0/+5
| * | | Merge branch 'fixes-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/l...David S. Miller2007-11-1511-84/+167
| |\ \ \
| | * | | iwl4965: fix not correctly dealing with hotunplugOliver Neukum2007-11-151-3/+5
| | * | | rt2x00: Fix chipset revision validationIvo van Doorn2007-11-154-8/+10
| | * | | iwl3945: place CCK rates in front of OFDM for supported ratesMohamed Abbas2007-11-154-72/+143
| | * | | mac80211: Fix queuing of scan containing a SSIDHelmut Schaa2007-11-152-1/+9
* | | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-11-1631-144/+157
|\ \ \ \ \
| * | | | | [MIPS] N32 needs to use the compat version of sys_nfsservctl.Ralf Baechle2007-11-161-1/+1
| * | | | | [MIPS] irq_cpu: use handle_percpu_irq handler to avoid dropping interrupts.Ralf Baechle2007-11-163-3/+3
| * | | | | [MIPS] Sibyte: Fix name of clocksource.Ralf Baechle2007-11-161-1/+1
| * | | | | [MIPS] SNI: s/achknowledge/acknowledge/Maciej W. Rozycki2007-11-161-1/+1