summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'compat-ioctl-merge' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-12-114-601/+417
|\
| * usbdevfs: move compat_ioctl handling to devio.cArnd Bergmann2009-12-103-123/+125
| * lp: move compat_ioctl handling into lp.cArnd Bergmann2009-12-102-59/+89
| * compat_ioctl: pass compat pointer directly to handlersArnd Bergmann2009-12-101-128/+83
| * compat_ioctl: simplify lookup tableArnd Bergmann2009-12-101-46/+44
| * compat_ioctl: simplify calling of handlersArnd Bergmann2009-12-101-47/+39
| * compat_ioctl: inline all conversion handlersArnd Bergmann2009-12-101-54/+81
| * compat_ioctl: Remove BKLArnd Bergmann2009-12-101-2/+0
| * compat_ioctl: remove all VT ioctl handlingArnd Bergmann2009-12-101-187/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2009-12-113-9/+18
|\ \
| * | asm-generic: add sys_recvmmsg to unistd.hArnd Bergmann2009-12-101-1/+3
| * | asm-generic: add sys_accept4 to unistd.hArnd Bergmann2009-12-101-1/+3
| * | asm-generic/gpio.h: add some forward decls of the device structMike Frysinger2009-12-101-0/+3
| * | asm-generic: Fix typo in asm-generic/unistd.h.Chen Liqin2009-11-031-2/+2
| * | lib/checksum: fix one more thinkoArnd Bergmann2009-11-031-2/+2
| * | lib/checksum.c: make do_csum optionalArnd Bergmann2009-11-031-0/+2
| * | lib/checksum.c: use 32-bit arithmetic consistentlyArnd Bergmann2009-11-031-4/+4
* | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-114-96/+94
|\ \ \
| * | | itimer: Fix the itimer trace print formatThomas Gleixner2009-12-101-4/+4
| * | | hrtimer: move timer stats helper functions to hrtimer.cHeiko Carstens2009-12-102-47/+20
| * | | hrtimer: Tune hrtimer_interrupt hang logicThomas Gleixner2009-12-103-45/+70
* | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-113-6/+32
|\ \ \ \
| * | | | lockdep: Avoid out of bounds array reference in save_trace()Luck, Tony2009-12-101-1/+2
| * | | | futex: Take mmap_sem for get_user_pages in fault_in_user_writeableAndi Kleen2009-12-081-2/+8
| * | | | lockstat: Add usage info to Documentation/lockstat.txtFrank Rowand2009-12-061-0/+12
| * | | | lockstat: Fix min, max times in /proc/lock_statsFrank Rowand2009-12-061-3/+10
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-1118-168/+221
|\ \ \ \ \
| * \ \ \ \ Merge branch 'amd-iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2009-12-103-5/+54
| |\ \ \ \ \
| | * | | | | x86/amd-iommu: Fix PCI hotplug with passthrough modeJoerg Roedel2009-12-103-2/+8
| | * | | | | x86/amd-iommu: Fix passthrough modeJoerg Roedel2009-12-103-3/+46
| * | | | | | x86: mmio-mod.c: Use pr_fmtJoe Perches2009-12-101-36/+35
| * | | | | | x86: kmmio.c: Add and use pr_fmt(fmt)Joe Perches2009-12-101-20/+20
| * | | | | | x86: i8254.c: Add pr_fmt(fmt)Joe Perches2009-12-101-5/+7
| * | | | | | x86: setup_percpu.c: Use pr_<level> and add pr_fmt(fmt)Joe Perches2009-12-101-6/+7
| * | | | | | x86: es7000_32.c: Use pr_<level> and add pr_fmt(fmt)Joe Perches2009-12-101-5/+7
| * | | | | | x86: Print DMI_BOARD_NAME as well as DMI_PRODUCT_NAME from __show_regs()Andy Isaacson2009-12-091-4/+7
| * | | | | | x86: Factor duplicated code out of __show_regs() into show_regs_common()Andy Isaacson2009-12-094-27/+22
| * | | | | | arch/x86/kernel/microcode*: Use pr_fmt() and remove duplicated KERN_ERR prefixJoe Perches2009-12-093-60/+53
| * | | | | | Merge branch 'linus' into x86/urgentIngo Molnar2009-12-092942-98008/+214179
| |\ \ \ \ \ \
| * | | | | | | x86, mce: fix confusion between bank attributes and mce attributesHidetoshi Seto2009-12-081-1/+1
| * | | | | | | x86/mce: Set up timer unconditionallyJan Beulich2009-12-081-1/+2
| * | | | | | | x86: Fix bogus warning in apic_noop.apic_write()Thomas Gleixner2009-12-071-1/+1
| * | | | | | | Merge branch 'linus' into x86/urgentIngo Molnar2009-12-071825-29554/+53958
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | x86: Fix typo in arch/x86/mm/kmmio.cShaun Patterson2009-12-061-1/+1
| * | | | | | | x86: ASUS P4S800 reboot=bios quirkLeann Ogasawara2009-12-041-0/+8
* | | | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-12-116-59/+248
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'tip/tracing/core3' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2009-12-106-59/+248
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | tracing: Remove comparing of NULL to va_list in trace_array_vprintk()Carsten Emde2009-12-091-6/+12
| | * | | | | | | tracing: Fix function graph trace_pipe to properly display failed entriesJiri Olsa2009-12-091-34/+131
| | * | | | | | | tracing: Add full state to trace_seqJohannes Berg2009-12-092-11/+52