| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'writeback-for-next' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-10-12 | 3 | -28/+38 |
|\ |
|
| * | CPU hotplug, writeback: Don't call writeback_set_ratelimit() too often during... | Srivatsa S. Bhat | 2012-09-28 | 1 | -3/+11 |
| * | writeback: correct comment for move_expired_inodes() | Wang Sheng-Hui | 2012-09-11 | 1 | -1/+1 |
| * | backing-dev: use kstrto* in preference to simple_strtoul | Namjae Jeon | 2012-08-25 | 1 | -24/+26 |
* | | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k... | Linus Torvalds | 2012-10-12 | 6 | -17/+369 |
|\ \ |
|
| * | | Update SmPL/Coccinelle section of MAINTAINERS | Nicolas Palix | 2012-10-11 | 1 | -3/+3 |
| * | | coccicheck: Add the rep+ctxt mode | Nicolas Palix | 2012-10-11 | 1 | -0/+3 |
| * | | scripts/coccinelle/tests/odd_ptr_err.cocci: semantic patch for IS_ERR/PTR_ERR... | Julia Lawall | 2012-10-11 | 1 | -0/+65 |
| * | | scripts/tags.sh: Add magic for pci access functions | Kirill Tkhai | 2012-08-31 | 1 | -2/+6 |
| * | | scripts/coccinelle: ptr_ret: Add ternary operator version | Lars-Peter Clausen | 2012-08-31 | 1 | -0/+26 |
| * | | scripts/kernel-doc: drop maintainer | Randy Dunlap | 2012-08-31 | 1 | -5/+0 |
| * | | scripts/kernel-doc: added support for html5 | Dan Luedtke | 2012-08-31 | 1 | -7/+266 |
* | | | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 2012-10-12 | 11 | -138/+296 |
|\ \ \ |
|
| * | | | kconfig: replace 'oldnoconfig' with 'olddefconfig', and keep the old name as ... | Adam Lee | 2012-09-27 | 3 | -20/+32 |
| * | | | menuconfig: Assign jump keys per-page instead of globally | Benjamin Poirier | 2012-09-27 | 6 | -73/+149 |
| * | | | menuconfig: Do not open code textbox scroll up/down | Benjamin Poirier | 2012-09-27 | 1 | -44/+11 |
| * | | | menuconfig: Add jump keys to search results | Benjamin Poirier | 2012-09-27 | 5 | -35/+94 |
| * | | | menuconfig: Extend dialog_textbox so that it can return to a scrolled position | Benjamin Poirier | 2012-09-27 | 3 | -6/+28 |
| * | | | menuconfig: Extend dialog_textbox so that it can exit on arbitrary keypresses | Benjamin Poirier | 2012-09-27 | 3 | -13/+33 |
| * | | | menuconfig: Remove superfluous conditionnal | Benjamin Poirier | 2012-09-27 | 1 | -5/+3 |
| * | | | kconfig: document oldnoconfig to what it really does in conf.c | Adam Lee | 2012-08-31 | 1 | -1/+1 |
| * | | | kconfig/mconf.c: revision of curses initialization. | Dirk Gouders | 2012-08-30 | 3 | -4/+8 |
| |/ / |
|
* | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2012-10-12 | 6 | -22/+10 |
|\ \ \ |
|
| * | | | compiler-gcc4.h: correct verion check for __compiletime_error | Daniel Santos | 2012-10-11 | 1 | -1/+1 |
| * | | | modpost: Permit .GCC.command.line sections | Jonathan Kliegman | 2012-10-11 | 1 | -0/+1 |
| * | | | Kbuild: use normal compression settings for tar*-pkg | Andi Kleen | 2012-09-27 | 1 | -3/+3 |
| * | | | scripts/Makefile.modpost: error in finding modules from .mod files. | 이건호 | 2012-08-31 | 2 | -2/+2 |
| * | | | kbuild: Remove useless warning while appending KCFLAGS | Ozan Çağlayan | 2012-08-31 | 1 | -16/+3 |
| |/ / |
|
* | | | Merge tag 'fbdev-updates-for-3.7' of git://github.com/schandinat/linux-2.6 | Linus Torvalds | 2012-10-12 | 127 | -4718/+5347 |
|\ \ \ |
|
| * | | | gbefb: fix compile error | Florian Tobias Schandinat | 2012-10-11 | 1 | -1/+1 |
| * | | | Merge tag 'omapdss-for-3.7' of git://gitorious.org/linux-omap-dss2/linux into... | Florian Tobias Schandinat | 2012-10-10 | 270 | -3950/+6505 |
| |\ \ \ |
|
| | * | | | OMAPDSS: add missing include for string.h | Tomi Valkeinen | 2012-09-28 | 2 | -0/+2 |
| | * | | | Merge branch 'archit/wb-dispc-for-3.7' | Tomi Valkeinen | 2012-09-26 | 7 | -185/+510 |
| | |\ \ \ |
|
| | | * | | | OMAPDSS: DISPC: Configure color conversion coefficients for writeback | Archit Taneja | 2012-09-26 | 1 | -28/+33 |
| | | * | | | OMAPDSS: DISPC: Add manager like functions for writeback | Archit Taneja | 2012-09-26 | 2 | -0/+75 |
| | | * | | | OMAPDSS: DISPC: Configure writeback FIFOs | Archit Taneja | 2012-09-26 | 1 | -1/+9 |
| | | * | | | OMAPDSS: DISPC: Configure writeback specific parameters in dispc_wb_setup() | Archit Taneja | 2012-09-26 | 2 | -3/+27 |
| | | * | | | OMAPDSS: DISPC: Configure overlay-like parameters in dispc_wb_setup | Archit Taneja | 2012-09-26 | 3 | -0/+42 |
| | | * | | | OMAPDSS: DISPC: Add function to set channel in for writeback | Archit Taneja | 2012-09-26 | 2 | -0/+20 |
| | | * | | | OMAPDSS: DISPC: Don't set chroma resampling bit for writeback | Archit Taneja | 2012-09-26 | 1 | -3/+6 |
| | | * | | | OMAPDSS: DISPC: Downscale chroma if plane is writeback | Archit Taneja | 2012-09-26 | 1 | -1/+1 |
| | | * | | | OMAPDSS: DISPC: Configure input and output sizes for writeback | Archit Taneja | 2012-09-26 | 1 | -2/+5 |
| | | * | | | OMAPDSS: DISPC: Add writeback register offsets and dss features structs | Archit Taneja | 2012-09-26 | 3 | -0/+53 |
| | | * | | | OMAPDSS: DISPC: Allow both upscaling and downscaling of chroma | Archit Taneja | 2012-09-26 | 1 | -10/+22 |
| | | * | | | OMAPDSS: DIPSC: Relax scaling limitations when in memory to memory mode | Archit Taneja | 2012-09-26 | 3 | -21/+43 |
| | | * | | | OMAPDSS: DISPC: Don't pass channel out when configuring overlays | Archit Taneja | 2012-09-26 | 1 | -46/+64 |
| | | * | | | OMAPDSS: DISPC: Make dispc_ovl_setup call dispc_ovl_setup_common | Archit Taneja | 2012-09-26 | 1 | -58/+72 |
| | | * | | | OMAPDSS: OVERLAY: Add position and replication as overlay caps | Archit Taneja | 2012-09-26 | 3 | -18/+42 |
| | | * | | | OMAPDSS: DISPC: Pass overlay caps as a parameter to dispc plane functions | Archit Taneja | 2012-09-26 | 1 | -19/+17 |
| | | * | | | OMAPDSS: DISPC: Simplify function names for setting pipeline input and output... | Archit Taneja | 2012-09-26 | 1 | -4/+7 |