summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-10-04[PARISC] Further updates to timer_interrupt()Grant Grundler1-62/+65
2006-10-04[PARISC] remove halftick and copy clocktick to local var (gcc can optimize us...Grant Grundler1-15/+31
2006-10-04[PARISC] Rewrite timer_interrupt() and gettimeoffset() using "unsigned" math.Grant Grundler1-44/+96
2006-10-04[PARISC] Enable interrupts while spinningMatthew Wilcox1-10/+21
2006-10-04[PARISC] Add new function to start local Interval Timer, start_cpu_itimer()Grant Grundler2-10/+14
2006-10-04[PARISC] Prevent processor_probe() from clobbering cpu_data[0]Grant Grundler1-2/+3
2006-10-04[PARISC] Use CONFIG_HZ to determine interval timer rate (aka clock ticks)Grant Grundler1-7/+3
2006-10-04[PARISC] Implement futex_atomic_cmpxchg_inatomicCarlos O'Donell1-3/+68
2006-10-04[PARISC] Improve rwlock implementationMatthew Wilcox1-37/+61
2006-10-04[PARISC] [BUGFIX] nullify branch delay slot of the jump back toKyle McMartin1-1/+1
2006-10-04[PARISC] Clean up asm-parisc/serial.hMatthew Wilcox2-16/+4
2006-10-04[PARISC] Allow overriding personality with sys_personalityKyle McMartin2-2/+47
2006-10-04[PARISC] Switch is_compat_task to use TIF_32BITKyle McMartin4-29/+6
2006-10-04[PARISC] Prevent multiple includes of asm-parisc/parisc-device.hKyle McMartin1-0/+5
2006-10-04[PARISC] parisc specific kmap API implementation for pa8800James Bottomley4-23/+87
2006-10-04[PARISC] Document that D-class can also use serial_muxCarlos O'Donell1-4/+5
2006-10-04[PARISC] Fix up parisc irq handling for genirq changesKyle McMartin2-3/+3
2006-10-04[PARISC] Add asm-parisc/mckinley.h bus headerKyle McMartin2-4/+10
2006-10-04[PARISC] Abstract shift register left in .SKyle McMartin2-17/+8
2006-10-04[PATCH] Need forward decl of task_struct in linux/debug_locks.hKyle McMartin1-0/+2
2006-10-04[PARISC] Remove variables decls duplicated from asm-generic/sections.hKyle McMartin1-13/+10
2006-10-04[PARISC] PA7200 also supports prefetch for readKyle McMartin2-1/+4
2006-10-04[PARISC] Untangle <asm/processor.h> header include messKyle McMartin2-26/+38
2006-10-04[PATCH] message types updatedSteve Grubb1-1/+2
2006-10-04[PATCH] name_count array overrunSteve Grubb1-2/+17
2006-10-04[PATCH] PPID filtering fixAlexander Viro1-2/+7
2006-10-04[PATCH] arch filter lists with < or > should not be acceptedEric Paris1-1/+8
2006-10-04[XFRM]: BEET modeDiego Beltrami14-11/+309
2006-10-04[TCP]: Kill warning in tcp_clean_rtx_queue().David S. Miller1-1/+1
2006-10-04[NET_SCHED]: Remove old estimator implementationPatrick McHardy1-196/+0
2006-10-04[ATM]: [zatm] always *pcr in alloc_shaper()Chas Williams1-0/+1
2006-10-04[ATM]: [ambassador] Change the return type to reflect realityJeff Garzik1-2/+2
2006-10-04[ATM]: kmalloc to kzalloc patches for drivers/atmOm Narasimhan7-47/+16
2006-10-04[TIPC]: fix printk warningJeff Garzik1-2/+3
2006-10-04[XFRM]: Clearing xfrm_policy_count[] to zero during flush is incorrect.David S. Miller1-2/+5
2006-10-04[XFRM] STATE: Use destination address for src hash.Masahide NAKAMURA2-10/+13
2006-10-04[NEIGH]: always use hash_mask under tbl lockJulian Anastasov1-6/+6
2006-10-04[UDP]: Fix MSG_PROBE crashHerbert Xu2-0/+4
2006-10-04[UDP6]: Fix flowi clobberingHerbert Xu1-31/+31
2006-10-04[NET_SCHED]: Revert "HTB: fix incorrect use of RB_EMPTY_NODE"Ismail Donmez1-1/+1
2006-10-04[NETFILTER]: ebt_mark: add or/and/xor action support to mark targetBart De Schuymer2-4/+29
2006-10-04[NETFILTER]: ipt_REJECT: remove largely duplicate route_reverse functionPatrick McHardy1-78/+19
2006-10-04[NETFILTER]: Honour source routing for LVS-NATSimon Horman1-0/+10
2006-10-04[NETFILTER]: add type parameter to ip_route_me_harderSimon Horman4-6/+11
2006-10-04[NETFILTER]: Kconfig: fix xt_physdev dependenciesPatrick McHardy1-1/+1
2006-10-04[POWERPC] Add support for the mpc832x mds boardKim Phillips3-0/+247
2006-10-04[POWERPC] Add initial support for the e300c2 coreKim Phillips1-2/+13
2006-10-04[POWERPC] Add MPC8360EMDS default dts fileLi Yang1-0/+375
2006-10-04[POWERPC] Add MPC8360EMDS board supportLi Yang2-0/+1237
2006-10-04[POWERPC] Add QUICC Engine (QE) infrastructureLi Yang18-14/+4007