summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ARM] Don't include asm/elf.h in asm codeRussell King2008-10-0123-26/+22Star
* [ARM] Remove MT_NONSHARED_DEVICE aliasRussell King2008-10-014-9/+7Star
* [ARM] Remove MT_DEVICE_IXP2000 and associated definitionsRussell King2008-10-0110-49/+26Star
* [ARM] Update Xscale and Xscale3 PTE mappingsRussell King2008-10-012-9/+7Star
* [ARM] remove 'prot_pte_ext' from memory type tableRussell King2008-10-013-5/+2Star
* [ARM] Convert ARMv7 to use TEX remappingRussell King2008-10-011-4/+33
* [ARM] Convert ARMv6 and ARMv7 to use new memory typesRussell King2008-10-017-18/+40
* [ARM] Convert Xscale and Xscale3 to use new memory typesRussell King2008-10-013-31/+55
* [ARM] Introduce new PTE memory type bitsRussell King2008-10-015-42/+68
* [ARM] Re-jig Linux PTE bits to allow room for 4 memory type bitsRussell King2008-10-011-4/+4
* [ARM] Convert set_pte_ext implementions to macrosRussell King2008-10-0118-402/+177Star
* [ARM] 5241/1: provide ioremap_wc()Lennert Buytenhek2008-09-063-8/+31
* [ARM] omap: fix virtual vs physical address space confusionsRussell King2008-09-044-2/+17
* [ARM] remove unused #include <version.h>Huang Weiyi2008-09-041-1/+0Star
* [ARM] omap: fix build error in ohci-omap.cRussell King2008-09-041-1/+1
* [ARM] omap: fix gpio.c build errorRussell King2008-09-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-09-0329-90/+102
|\
| * ipsec: Fix deadlock in xfrm_state management.David S. Miller2008-09-031-9/+23
| * ipv: Re-enable IP when MTU > 68Breno Leitao2008-09-031-3/+12
| * net/xfrm: Use an IS_ERR test rather than a NULL testJulien Brunel2008-09-031-4/+2Star
| * ath9: Fix ath_rx_flush_tid() for IRQs disabled kernel warning message.Senthil Balasubramanian2008-09-021-2/+3
| * ath9k: Incorrect key used when group and pairwise ciphers are different.Senthil Balasubramanian2008-09-022-6/+8
| * rt2x00: Compiler warning unmasked by fix of BUILD_BUG_ONBoaz Harrosh2008-09-021-3/+2Star
| * mac80211: Fix debugfs union misuse and pointer corruptionJouni Malinen2008-09-022-4/+6
| * wireless/libertas/if_cs.c: fix memory leaksAdrian Bunk2008-09-021-10/+3Star
| * orinoco: Multicast to the specified addressesDavid Kilroy2008-09-021-3/+7
| * iwlwifi: fix 64bit platform firmware loadingTomas Winkler2008-09-022-7/+5Star
| * iwlwifi: fix apm_stop (wrong bit polarity for FLAG_INIT_DONE)Mohamed Abbas2008-09-022-3/+4
| * iwlwifi: workaround interrupt handling no some platformsTomas Winkler2008-09-021-0/+8
| * iwlwifi: do not use GFP_DMA in iwl_tx_queue_initJohn W. Linville2008-09-021-1/+1
| * net/wireless/Kconfig: clarify the description for CONFIG_WIRELESS_EXT_SYSFSFlorian Mickler2008-09-021-1/+2
| * net: Unbreak userspace usage of linux/mroute.hDavid S. Miller2008-08-294-20/+2Star
| * pkt_sched: Fix locking of qdisc_root with qdisc_root_sleeping_lock()Jarek Poplawski2008-08-297-11/+11
| * ipv6: When we droped a packet, we should return NET_RX_DROP instead of 0Yang Hongyang2008-08-291-3/+3
* | [x86] Fix TSC calibration issuesThomas Gleixner2008-09-031-54/+181
* | drivers/char/random.c: fix a race which can lead to a bogus BUG()Andrew Morton2008-09-031-9/+10
* | pm_qos_requirement might sleepJohn Kacur2008-09-031-16/+9Star
* | rtc-cmos: wake again from S5Rafael J. Wysocki2008-09-031-6/+32
* | sysfs: document files in /sys/firmware/sgi_uv/Russ Anderson2008-09-031-0/+27
* | ibft: fix target info parsing in ibft moduleMike Christie2008-09-031-2/+1Star
* | rtc_time_to_tm: fix signed/unsigned arithmeticJan Altenberg2008-09-031-2/+3
* | tdfxfb: fix frame buffer name overrunKrzysztof Helt2008-09-031-4/+3Star
* | tdfxfb: fix SDRAM memory size detectionKrzysztof Helt2008-09-031-1/+1
* | hp-wmi: add proper hotkey supportMatthew Garrett2008-09-031-2/+8
* | hp-wmi: update to match current rfkill semanticsMatthew Garrett2008-09-031-35/+46
* | ipc: document the new auto_msgmni proc fileNadia Derbey2008-09-031-0/+19
* | mm: size of quicklists shouldn't be proportional to the number of CPUsKOSAKI Motohiro2008-09-031-1/+8
* | mm: show quicklist usage in /proc/meminfoKOSAKI Motohiro2008-09-032-2/+12
* | devcgroup: fix race against rmdir()Li Zefan2008-09-031-9/+9
* | cirrusfb: check_par fixesKrzysztof Helt2008-09-031-41/+18Star