aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2010-03-15lzma: make lzma reentrantPhillip Lougher4-1/+3
2010-03-15lzma: Make lzma available to non initramfs/initrd codePhillip Lougher5-3/+56
2010-01-12lib: Introduce generic list_sort functionDave Chinner1-0/+11
2010-01-12Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+3
2010-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-0/+17
2010-01-12libata: retry link resume if necessaryTejun Heo1-0/+3
2010-01-11Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-0/+1
2010-01-11core, x86: make LIST_POISON less deadlyAvi Kivity1-2/+14
2010-01-11gpio: adp5588-gpio: new driver for ADP5588 GPIO expandersMichael Hennerich1-0/+12
2010-01-11lib: add support for LZO-compressed kernelsAlbin Tonnerre1-0/+10
2010-01-11kmemcheck: make bitfield annotations truly no-ops when disabledVegard Nossum1-52/+58
2010-01-11mm: make totalhigh_pages unsigned longAndreas Fenkart1-1/+1
2010-01-11Merge remote branch 'korg/drm-radeon-next' into drm-linusDave Airlie1-0/+1
2010-01-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2-5/+6
2010-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds1-0/+1
2010-01-08drm: Add eDP connector typeAlex Deucher1-0/+1
2010-01-07kgdb: Fix kernel-doc format error in kgdb.hRandy Dunlap1-4/+3
2010-01-07maccess,probe_kernel: Allow arch specific override probe_kernel_(read|write)Jason Wessel1-1/+3
2010-01-06ip: fix mc_loop checks for tunnels with multicast outer addressesOctavian Purdila1-0/+16
2010-01-06Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-1/+1
2010-01-07drm: remove address mask param for drm_pci_alloc()Zhenyu Wang1-1/+1
2010-01-06Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+54
2010-01-06NOMMU: Avoiding duplicate icache flushes of shared mapsMike Frysinger1-0/+2
2010-01-06drm/i915: execbuf2 supportJesse Barnes1-0/+54
2010-01-04PCI/PM: Use per-device D3 delaysRafael J. Wysocki1-0/+1
2010-01-04resource: add helpers for fetching rlimitsJiri Slaby1-0/+22
2010-01-04resource: move kernel function inside __KERNEL__Jiri Slaby1-2/+6
2010-01-02Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+26
2010-01-02reiserfs: Warn on lock relax if taken recursivelyFrederic Weisbecker1-0/+9
2010-01-02reiserfs: Fix reiserfs lock <-> i_xattr_sem dependency inversionFrederic Weisbecker1-0/+8
2009-12-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2-2/+5
2009-12-31Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-4/+5
2009-12-30phylib: Properly reinitialize PHYs after hibernationAnton Vorontsov1-0/+1
2009-12-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-0/+1
2009-12-30ACPI: introduce kernel parameter acpi_sleep=sci_force_enableZhang Rui1-0/+1
2009-12-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2-0/+2
2009-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds1-0/+3
2009-12-30kfifo: Fix typo in commentRolf Eike Beer1-1/+1
2009-12-30Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-8/+9
2009-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-3/+9
2009-12-30libsrp: fix compile failureJames Bottomley1-0/+1
2009-12-30tracing: Fix sign fields in ftrace_define_fields_##call()Lai Jiangshan1-3/+4
2009-12-30tracing/syscalls: Fix typo in SYSCALL_DEFINE0Lai Jiangshan1-1/+1
2009-12-30block: blk_rq_err_sectors cleanupGui Jianfeng1-6/+0
2009-12-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-2/+0
2009-12-29firewire: fix use of multiple AV/C devices, allow multiple FCP listenersClemens Ladisch2-2/+5
2009-12-29block: Fix incorrect alignment offset reporting and update documentationMartin K. Petersen1-2/+9
2009-12-28wireless: remove remaining qual codeJohannes Berg1-2/+0
2009-12-25net: restore ip source validationJamal Hadi Salim2-0/+2
2009-12-24Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2-5/+4
2009-12-24Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2009-12-24Merge branch 'sony' into releaseLen Brown1-0/+1
2009-12-24Merge branch 'pdc' into releaseLen Brown1-6/+1
2009-12-24Merge branches 'bugzilla-14446', 'bugzilla-14753' and 'bugzilla-14824' into r...Len Brown1-0/+3
2009-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2-10/+11
2009-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1-587/+0
2009-12-23Staging: dst: remove from the treeGreg Kroah-Hartman1-587/+0
2009-12-23Driver core: driver_attribute parameters can often be const*Phil Carmody1-2/+2
2009-12-23Driver core: bin_attribute parameters can often be const*Phil Carmody2-7/+8
2009-12-23Driver core: device_attribute parameters can often be const*Phil Carmody1-2/+2
2009-12-23kfifo: fix Error/broken kernel-doc notationRandy Dunlap1-16/+15
2009-12-23Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds4-4/+11
2009-12-23Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-2/+3
2009-12-23Fix usb_serial_probe() problem introduced by the recent kfifo changesStefani Seibold1-1/+2
2009-12-23fs-writeback: Add helper function to start writeback if idleEric Sandeen1-0/+1
2009-12-23ext3: Replace lock/unlock_super() with an explicit lock for resizingEric Sandeen1-0/+1
2009-12-23ext3: Replace lock/unlock_super() with an explicit lock for the orphan listEric Sandeen1-0/+1
2009-12-23quota: decouple fs reserved space from quota reservationDmitry Monakhov1-2/+3
2009-12-23Add unlocked version of inode_add_bytes() functionDmitry Monakhov1-0/+1
2009-12-23ext3: quota macros cleanup [V2]Dmitry Monakhov1-2/+5
2009-12-23ext4, jbd2: Add barriers for file systems with exernal journalsTheodore Ts'o1-0/+1
2009-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-4/+3
2009-12-22Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds1-0/+27
2009-12-22kfifo: add record handling functionsStefani Seibold1-0/+330
2009-12-22kfifo: add kfifo_skip, kfifo_from_user and kfifo_to_userStefani Seibold1-0/+47
2009-12-22kfifo: add DEFINE_KFIFO and friends, add very tiny functionsStefani Seibold1-2/+92
2009-12-22kfifo: fix warn_unused_resultStefani Seibold1-2/+2
2009-12-22kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold1-10/+29
2009-12-22kfifo: cleanup namespaceStefani Seibold1-25/+7
2009-12-22kfifo: move out spinlockStefani Seibold1-45/+35
2009-12-22kfifo: move struct kfifo in placeStefani Seibold4-8/+10
2009-12-22Remove obsolete comment in fs.hAndreas Gruenbacher1-2/+0
2009-12-22Sanitize f_flags helpersAl Viro1-0/+3
2009-12-22Fix f_flags/f_mode in case of lookup_instantiate_filp() from open(pathname, 3)Al Viro1-2/+0
2009-12-22ACPI: processor: remove _PDC object list from struct acpi_processorAlex Chiang1-2/+0
2009-12-22ACPI: processor: change acpi_processor_set_pdc() interfaceAlex Chiang1-1/+1
2009-12-22ACPI: processor: unify arch_acpi_processor_cleanup_pdcAlex Chiang1-2/+0
2009-12-22ACPI: processor: finish unifying arch_acpi_processor_init_pdc()Alex Chiang1-1/+0
2009-12-22ACPI: processor: call _PDC earlyAlex Chiang1-0/+3
2009-12-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2-1/+7
2009-12-21mac80211: fix peer HT capabilitiesJohannes Berg1-1/+1
2009-12-19Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-444/+0
2009-12-19Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+5
2009-12-19Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-4/+25
2009-12-18[S390] rename NT_PRXSTATUS to NT_S390_HIGHREGSMartin Schwidefsky1-1/+1
2009-12-17fiemap: Add new extent flag FIEMAP_EXTENT_SHAREDSunil Mushran1-0/+2
2009-12-18mm: Add notifier in pageblock isolation for balloon driversRobert Jennings1-0/+27
2009-12-18drm: convert drm_ioctl to unlocked_ioctlArnd Bergmann1-2/+3
2009-12-17Merge branch 'cpumask-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2009-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-0/+7
2009-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2-2/+5
2009-12-17Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds1-4/+2
2009-12-17Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+212
2009-12-17Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds2-7/+7
2009-12-17Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-ledsLinus Torvalds3-4/+47
2009-12-18Merge remote branch 'korg/drm-vmware-staging' into drm-core-nextDave Airlie3-1/+580
2009-12-17mm: introduce coredump parameter structureMasami Hiramatsu1-1/+9
2009-12-17vt: don't export vt_kmsg_redirect() to userspaceBernhard Walle1-0/+4
2009-12-17Revert "task_struct: make journal_info conditional"Linus Torvalds2-9/+1
2009-12-17Revert "fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)"Linus Torvalds1-0/+1
2009-12-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Linus Torvalds4-31/+20
2009-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds4-1/+81
2009-12-17kill I_LOCKChristoph Hellwig2-22/+17
2009-12-17fold do_sync_file_range into sys_sync_file_rangeChristoph Hellwig1-4/+0
2009-12-17fix up O_SYNC commentsChristoph Hellwig1-1/+1
2009-12-17VFS/fsstack: handle 32-bit smp + preempt + large files in fsstack_copy_inode_...Erez Zadok1-1/+1
2009-12-17fsstack/ecryptfs: remove unused get_nlinks param to fsstack_copy_attr_allErez Zadok1-3/+1
2009-12-17spi: controller driver for Designware SPI coreFeng Tang1-0/+212
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds5-5/+4
2009-12-17sched: Assert task state bits at build timePeter Zijlstra1-0/+4
2009-12-17sched: Add missing state chars to TASK_STATE_TO_CHAR_STRPeter Zijlstra1-1/+1
2009-12-17sched: Move TASK_STATE_TO_CHAR_STR near the TASK_state bitsPeter Zijlstra1-2/+2
2009-12-17backlight: Pass device through notify callback in the pwm driverBen Dooks1-1/+1
2009-12-17leds: leds-lp3944.h - remove unneeded includesAntonio Ospite1-3/+0
2009-12-17leds: leds-pca9532.h- indent with tabs, not spacesAntonio Ospite1-1/+1
2009-12-17leds: Add LED class driver for regulator driven LEDs.Antonio Ospite1-0/+46
2009-12-17regulator: consumer.h - fix build when consumer.h is #included first.Liam Girdwood1-0/+2
2009-12-17regulator: Handle regulators without suspend mode configurationMark Brown1-1/+5
2009-12-17regulator: Implement WM831x BuckWise DC-DC convertor DVS supportMark Brown1-0/+17
2009-12-17regulator: add driver for MAX8660/8661Wolfram Sang1-0/+57
2009-12-17perf events: Remove unused perf_counter.h header fileRobert P. J. Day1-444/+0
2009-12-17sched: Teach might_sleep() about preemptible RCUFrederic Weisbecker2-0/+16
2009-12-16sony-laptop: add AVMode key mappingMattia Dongili1-0/+1
2009-12-16PCI/cardbus: Add a fixup hook and fix powerpcBenjamin Herrenschmidt1-0/+3
2009-12-17cpumask: rename tsk_cpumask to tsk_cpus_allowedRusty Russell1-1/+1
2009-12-16x86: Fix checking of SRAT when node 0 ram is not from 0Yinghai Lu1-0/+3
2009-12-16reiserfs: Fix reiserfs lock <-> inode mutex dependency inversionFrederic Weisbecker1-0/+9
2009-12-17NOMMU: Optimise away the {dac_,}mmap_min_addr testsDavid Howells1-0/+7
2009-12-16Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-0/+1
2009-12-16Merge branch 'next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+1
2009-12-16Merge branch 'drm-vmware-staging' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-1/+580
2009-12-16Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds5-2/+70
2009-12-16Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds5-9/+42
2009-12-16Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-9/+3
2009-12-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Linus Torvalds7-70/+22
2009-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-0/+2
2009-12-16Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-56/+13
2009-12-16xfs: improve metadata I/O merging in the elevatorDave Chinner1-0/+1
2009-12-16Merge branch 'misc-2.6.33' into releaseLen Brown1-1/+1
2009-12-16Merge branch 'osc' into releaseLen Brown1-2/+19
2009-12-16ACPI: Add platform-wide _OSC support.Shaohua Li1-0/+7
2009-12-16ACPI: cleanup pci_root _OSC code.Shaohua Li1-2/+3
2009-12-16ACPI: Add a generic API for _OSC -v2Shaohua Li1-0/+9
2009-12-16Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-1/+13
2009-12-16Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2-4/+10
2009-12-16Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds15-2227/+22
2009-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-8/+23
2009-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds6-25/+45
2009-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+17
2009-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-0/+2
2009-12-16Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds1-1/+1
2009-12-16Merge git://git.infradead.org/mtd-2.6Linus Torvalds8-132/+113
2009-12-16Merge git://git.infradead.org/iommu-2.6Linus Torvalds1-0/+1
2009-12-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds18-87/+459
2009-12-16Merge branch 'akpm'Linus Torvalds20-61/+151
2009-12-16sched: Remove the cfs_rq dependency from set_task_cpu()Peter Zijlstra1-1/+1
2009-12-16sched: Add pre and post wakeup hooksPeter Zijlstra1-1/+2
2009-12-16cleanup blockdev_direct_IO lockingChristoph Hellwig1-14/+8
2009-12-16make generic_acl slightly more genericChristoph Hellwig2-47/+10
2009-12-16sanitize xattr handler prototypesChristoph Hellwig1-6/+7
2009-12-16Untangling ima mess, part 3: kill dead code in imaAl Viro1-10/+2
2009-12-16fs: move get_empty_filp() deffinition to internal.hEric Paris1-1/+0
2009-12-16fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)Al Viro1-1/+0
2009-12-16switch alloc_file() to passing struct pathAl Viro1-2/+3
2009-12-16get rid of init_file()Al Viro1-3/+0
2009-12-16iommu-helper: use bitmap libraryAkinobu Mita1-3/+0
2009-12-16bitmap: introduce bitmap_set, bitmap_clear, bitmap_find_next_zero_areaAkinobu Mita1-0/+11
2009-12-16resource: constify arg to resource_size() and resource_type()Jean Delvare1-2/+2
2009-12-16direct-io: cleanup blockdev_direct_IO lockingChristoph Hellwig1-14/+8
2009-12-16aio: remove unused fieldShaohua Li1-4/+0
2009-12-16kexec: premit reduction of the reserved memory sizeAmerigo Wang1-0/+2
2009-12-16ipc: HARD_MSGMAX should be higher not lower on 64bitAmerigo Wang1-1/+1
2009-12-16ipc/sem.c: add a per-semaphore pending listManfred Spraul1-1/+4
2009-12-16signals: kill force_sig_specific()Oleg Nesterov1-1/+0
2009-12-16signals: SEND_SIG_NOINFO should be considered as SI_FROMUSER()Oleg Nesterov1-5/+0
2009-12-16ptrace: change tracehook_report_syscall_exit() to handle steppingOleg Nesterov1-0/+7
2009-12-16ptrace: introduce user_single_step_siginfo() helperOleg Nesterov1-0/+12
2009-12-16ptrace: cleanup ptrace_init_task()->ptrace_link() pathOleg Nesterov1-8/+3
2009-12-16memcg: cleanup mem_cgroup_move_parent()Daisuke Nishimura1-5/+2
2009-12-16memcg: make memcg's file mapped consistent with global VMKAMEZAWA Hiroyuki1-2/+2
2009-12-16memcg: coalesce uncharge during unmap/truncateKAMEZAWA Hiroyuki2-0/+21
2009-12-16reiserfs: don't compile procfs.o at all if no supportAlexey Dobriyan1-9/+21
2009-12-16reiserfs: remove /proc/fs/reiserfs/versionAlexey Dobriyan1-5/+0
2009-12-16davinci: fb: update the driver in preparation for addition of power managemen...Chaithrika U S1-0/+1
2009-12-16sm501: implement acceleration featuresVincent Sanders1-0/+2
2009-12-16gpiolib: add support for changing value polarity in sysfsJani Nikula2-0/+12
2009-12-16gpio: add GPIO driver for the Timberdale FPGARichard Röjfors1-0/+37
2009-12-16oom-kill: fix NUMA constraint check with nodemaskKAMEZAWA Hiroyuki1-1/+3
2009-12-16fix ksm.h breakage of nommu buildHugh Dickins1-6/+8
2009-12-16backlight: Constify struct backlight_opsEmese Revfy1-6/+6