summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | netfilter: ipset: Use proper timeout value to jiffies conversionJozsef Kadlecsik2011-05-261-8/+10
| * | | | | | | | | | | | | | bug.h: Move ratelimit warn interfaces to ratelimit.hDavid S. Miller2011-05-262-40/+40
* | | | | | | | | | | | | | | Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdu...Linus Torvalds2011-05-272-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Create Documentation/security/,Randy Dunlap2011-05-202-2/+2
| | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-05-272-0/+39
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | [media] Add missing include guard to header fileHans Petter Selasky2011-05-261-0/+4
| * | | | | | | | | | | | | | | [media] Add support for M-5MOLS 8 Mega Pixel camera ISPHeungJun, Kim2011-05-251-0/+35
* | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2011-05-273-7/+804
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | TPS65911: Comparator: Add comparator driverJorge Eduardo Candelaria2011-05-271-0/+4
| * | | | | | | | | | | | | | | | TPS65911: Add support for added GPIO linesJorge Eduardo Candelaria2011-05-271-76/+14
| * | | | | | | | | | | | | | | | TPS65911: Add new irq definitionsJorge Eduardo Candelaria2011-05-271-1/+31
| * | | | | | | | | | | | | | | | regulator: tps65911: Add new chip versionJorge Eduardo Candelaria2011-05-271-1/+9
| * | | | | | | | | | | | | | | | MFD: TPS65910: Add support for TPS65911 deviceJorge Eduardo Candelaria2011-05-271-0/+46
| * | | | | | | | | | | | | | | | regulator: Remove MAX8997_REG_BUCK1DVS/MAX8997_REG_BUCK2DVS/MAX8997_REG_BUCK5...Axel Lin2011-05-271-4/+0
| * | | | | | | | | | | | | | | | TPS65910: Add tps65910 regulator driverGraeme Gregory2011-05-271-0/+14
| * | | | | | | | | | | | | | | | TPS65910: IRQ: Add interrupt controllerGraeme Gregory2011-05-271-0/+5
| * | | | | | | | | | | | | | | | TPS65910: GPIO: Add GPIO driverGraeme Gregory2011-05-271-0/+2
| * | | | | | | | | | | | | | | | MFD: TPS65910: Add new mfd device for TPS65910Graeme Gregory2011-05-271-0/+753
| * | | | | | | | | | | | | | | | regulator: Support voltage offsets to compensate for drops in systemMark Brown2011-05-271-0/+4
| * | | | | | | | | | | | | | | | regulator: Remove supply_regulator_dev from machine configurationMark Brown2011-05-271-3/+0
| | |_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge git://git.infradead.org/battery-2.6Linus Torvalds2011-05-272-0/+86
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | isp1704_charger: Allow board specific powering routineKalle Jokiniemi2011-04-201-0/+29
| * | | | | | | | | | | | | | | power_supply: Add driver for MAX8903 chargerMyungJoo Ham2011-04-201-0/+57
* | | | | | | | | | | | | | | | arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita2011-05-271-2/+0
* | | | | | | | | | | | | | | | bitops: add #ifndef for each of find bitopsAkinobu Mita2011-05-273-0/+13
* | | | | | | | | | | | | | | | pid: fix typo in function descriptionSisir Koppaka2011-05-271-1/+1
* | | | | | | | | | | | | | | | ipmi: convert to seq_file interfaceAlexey Dobriyan2011-05-271-1/+1
* | | | | | | | | | | | | | | | fs/proc/vmcore.c: add hook to read_from_oldmem() to check for non-ram pagesOlaf Hering2011-05-271-0/+5
* | | | | | | | | | | | | | | | mm: extract exe_file handling from procfsJiri Slaby2011-05-273-29/+2
* | | | | | | | | | | | | | | | asm-generic/ptrace.h: start a common low level ptrace helperMike Frysinger2011-05-271-0/+74
* | | | | | | | | | | | | | | | memcg: add the pagefault count into memcg statsYing Han2011-05-271-0/+7
* | | | | | | | | | | | | | | | memcg: rename mem_cgroup_zone_nr_pages() to mem_cgroup_zone_nr_lru_pages()Ying Han2011-05-271-5/+5
* | | | | | | | | | | | | | | | memcg: fix get_scan_count() for small targetsKAMEZAWA Hiroyuki2011-05-271-5/+0
* | | | | | | | | | | | | | | | memcg: reclaim memory from nodes in round-robin orderYing Han2011-05-271-0/+1
* | | | | | | | | | | | | | | | memcg: count the soft_limit reclaim in global background reclaimYing Han2011-05-272-3/+6
* | | | | | | | | | | | | | | | mm: move enum vm_event_item into a standalone header fileAndrew Morton2011-05-272-61/+65
* | | | | | | | | | | | | | | | cgroup: remove the ns_cgroupDaniel Lezcano2011-05-273-18/+0
* | | | | | | | | | | | | | | | cgroups: add per-thread subsystem callbacksBen Blum2011-05-271-4/+6
* | | | | | | | | | | | | | | | cgroups: read-write lock CLONE_THREAD forking per threadgroupBen Blum2011-05-272-0/+45
* | | | | | | | | | | | | | | | drivers/rtc/rtc-mxc.c: remove defines already included in rtc.hWolfram Sang2011-05-271-4/+4
* | | | | | | | | | | | | | | | flex_array: avoid divisions when accessing elementsJesse Gross2011-05-271-0/+2
| |_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'core-fixes-for-linus' and 'irq-fixes-for-linus' of git://git....Linus Torvalds2011-05-261-3/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | seqlock: Get rid of SEQLOCK_UNLOCKEDEric Dumazet2011-05-241-3/+0
| | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-05-262-0/+112
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | basic_mmio_gpio: split into a gpio library and platform deviceJamie Iles2011-05-201-0/+55
| * | | | | | | | | | | | | | | gpio: add trace events for setting direction and valueUwe Kleine-König2011-05-201-0/+56
| * | | | | | | | | | | | | | | basic_mmio_gpio: allow overriding number of gpioJamie Iles2011-05-201-0/+1
| | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds2011-05-2613-52/+348
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | input: Add support for Qualcomm PMIC8XXX power keyTrilok Soni2011-05-261-0/+31
| * | | | | | | | | | | | | | | input: Add Qualcomm pm8xxx keypad controller driverTrilok Soni2011-05-261-0/+52