summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [hrtimer] Remove listhead from hrtimer structThomas Gleixner2006-01-122-17/+16
* Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds2006-01-11108-1299/+1608
|\
| * V4L/DVB (3354): VIDEO_SAA7134_ALSA shouldn't select SND_PCM_OSSAdrian Bunk2006-01-121-1/+1
| * V4L/DVB (3352): Some fixes to compat_ioctl32Guy Martin2006-01-121-112/+259
| * V4L/DVB (3351): adding support for knc1 Tv Star dvb-sRegis Prevot2006-01-124-0/+144
| * V4L/DVB (3350): Added USB ID for DigitalNow DVB-T Dual USB, DViCO cloneMichael Krufky2006-01-122-1/+9
| * V4L/DVB (3349): Add PCI ID for UltraView DVB-T Plus, rebranded DViCO FusionHD...Michael Krufky2006-01-122-1/+6
| * V4L/DVB (3348): debug renamed to cx25840_debugHans Verkuil2006-01-121-8/+8
| * V4L/DVB (3347): Fixes some bad global variablesHans Verkuil2006-01-114-16/+16
| * V4L/DVB (3345): Fixes some bad global variablesMauro Carvalho Chehab2006-01-1111-181/+180
| * V4L/DVB (3344f): Stradis Kconfig url changedJiri Slaby2006-01-111-1/+1
| * V4L/DVB (3344e): Stradis LindentJiri Slaby2006-01-111-414/+389
| * V4L/DVB (3344d): Stradis video little cleanupJiri Slaby2006-01-111-102/+68
| * V4L/DVB (3344c): Pci probing for stradis driverJiri Slaby2006-01-112-85/+113
| * V4L/DVB (3344b): don't ignore return from i2c_add_driver() for tuner-3036Arthur Othieno2006-01-111-2/+1
| * V4L/DVB (3344a): Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris2006-01-1182-254/+118
| * V4L/DVB (3344): Enable microtune for Pinnacle 300i boardsRicardo Cerqueira2006-01-111-1/+1
| * V4L/DVB (3343): Add support for DViCO FusionHDTV DVB-T USB devicesMichael Krufky2006-01-111-1/+143
| * V4L/DVB (3342): More whitespace cleanup in bttv-cards.cMichael Krufky2006-01-111-1/+1
| * V4L/DVB (3341): whitespace cleanup: insert missing space before curly bracketsMichael Krufky2006-01-111-141/+141
| * V4L/DVB (3340): Add bttv card MagicTV (rebranded MachTV)Julian Calaby2006-01-114-0/+31
| * V4L/DVB (3339): Activate remote control on HVR1100Chris Pascoe2006-01-111-0/+1
* | [PATCH] x86_64: Fix SMP bootup with CONFIG_KDUMP enabledVivek Goyal2006-01-111-2/+9
* | [PATCH] x86_64: Don't confuse noapic with noapictimerAndi Kleen2006-01-111-1/+3
* | [PATCH] x86_64: don't copy command line twiceJan Beulich2006-01-111-4/+0
* | [PATCH] i386/x86-64: make setup_early_printk() usage consistentJan Beulich2006-01-113-5/+3
* | [PATCH] i386: Move DOUBLEFAULT config to arch/i386/KconfigAndi Kleen2006-01-112-9/+9
* | [PATCH] x86_64: Allow kernel page tables upto the end of memoryAndi Kleen2006-01-111-2/+14
* | [PATCH] x86_64: Use safe_smp_processor_id in MCE handlerAndi Kleen2006-01-111-1/+2
* | [PATCH] x86_64: Some housekeeping in local APIC codeAndi Kleen2006-01-115-69/+49
* | [PATCH] x86_64: Display meaningful part of filename during BUG()Jan Beulich2006-01-113-7/+18
* | [PATCH] x86_64: Reduce screen space needed by stack traceJan Beulich2006-01-111-13/+12
* | [PATCH] x86_64: Fix get_cmos_time()Jan Beulich2006-01-111-7/+4
* | [PATCH] x86_64: No need to export get_cmos_time anymoreAndi Kleen2006-01-112-4/+1
* | [PATCH] x86_64: Remove unused AMD K8 C stepping flagAndi Kleen2006-01-112-7/+1
* | [PATCH] i386: Move phys_proc_id/early intel workaround to correct function.Andi Kleen2006-01-111-7/+10
* | [PATCH] x86_64: sparse warning cleanupsStephen Hemminger2006-01-112-3/+3
* | [PATCH] x86_64: Move NUMA page_to_pfn/pfn_to_page functions out of lineAndi Kleen2006-01-112-13/+39
* | [PATCH] x86_64: Remove unused segmentsAndi Kleen2006-01-112-6/+3
* | [PATCH] x86_64: ioapic virtual wire mode fixVivek Goyal2006-01-111-1/+2
* | [PATCH] x86_64: Inclusion of ScaleMP vSMP architecture patches - vsmp_archRavikiran G Thirumalai2006-01-115-0/+85
* | [PATCH] x86_64: Inclusion of ScaleMP vSMP architecture patches - vsmp_alignRavikiran G Thirumalai2006-01-113-1/+23
* | [PATCH] x86_64: Make sure BITS_PER_ATOMIC is defined in asm-generic/atomic.hAndi Kleen2006-01-111-0/+1
* | [PATCH] x86_64: cleanup enter_lazy_tlb()Brian Gerst2006-01-111-7/+2
* | [PATCH] x86_64: Memorize location of i8259 for reboots.Eric W. Biederman2006-01-112-37/+109
* | [PATCH] x86_64: allow setting RF in EFLAGSChuck Ebbert2006-01-112-6/+12
* | [PATCH] x86_64: "invalid operand" -> "invalid opcode"Chuck Ebbert2006-01-111-1/+1
* | [PATCH] x86_64: Sparse warnings fix.Luiz Fernando Capitulino2006-01-111-2/+2
* | [PATCH] x86_64: Remove useless KDB vectorAndi Kleen2006-01-116-22/+3
* | [PATCH] x86_64: Don't claim too many vectors for TLB flushingJason Uhlenkott2006-01-111-4/+3