summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * slab: Common function to create the kmalloc arrayChristoph Lameter2013-02-014-99/+64Star
| | * slab: Common definition for the array of kmalloc cachesChristoph Lameter2013-02-016-24/+13Star
| | * slab: Common constants for kmalloc boundariesChristoph Lameter2013-02-013-37/+38
| | * slab: Rename nodelists to nodeChristoph Lameter2013-02-012-69/+68Star
| | * slab: Common name for the per node structuresChristoph Lameter2013-02-012-45/+44Star
| | * slab: Use common kmalloc_index/kmalloc_size functionsChristoph Lameter2013-02-013-173/+88Star
| | * slab: Common kmalloc slab index determinationChristoph Lameter2013-02-012-113/+122
| | * slab: Move kmalloc related function defsChristoph Lameter2013-02-011-9/+9
| | * slab: Use proper formatting specs for unsigned size_tChristoph Lameter2013-02-011-1/+1
* | | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2013-05-077-42/+52
|\ \ \
| * | | rpm-pkg: Remove pointless set -e statementsMichal Marek2013-04-181-4/+0Star
| * | | rpm-pkg: Always regenerate the specfileMichal Marek2013-04-181-13/+6Star
| * | | rpm-pkg: Do not write to the parent directoryMichal Marek2013-04-181-7/+5Star
| * | | rpm-pkg: Do not package the whole source directoryMichal Marek2013-04-182-1/+7
| * | | buildtar: Add ARCH to the archive nameBorislav Petkov2013-04-081-1/+1
| * | | Coccinelle: Fix patch output when coccicheck is used with M= and C=Nicolas Palix2013-04-081-1/+5
| * | | Coccinelle: Add support to the SPFLAGS variableNicolas Palix2013-04-082-2/+11
| * | | Coccinelle: Cleanup the setting of the FLAGS and OPTIONS variablesNicolas Palix2013-04-081-12/+13
| * | | Coccinelle: Restore coccicheck verbosity in ONLINE mode (C=1 or C=2)Nicolas Palix2013-04-081-1/+1
| * | | scripts/package/Makefile: compare objtree with srctree instead of test KBUILD...Bin Wang2013-04-081-1/+1
| * | | doc: change example to existing Makefile fragmentPaul Bolle2013-04-081-2/+3
| * | | scripts/tags.sh: Add magic for OFFSET and DEFINEKirill Tkhai2013-03-271-1/+3
* | | | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2013-05-0710-12/+281
|\ \ \ \
| * | | | kconfig: fix lists definition for C++Yann E. MORIN2013-04-291-2/+2
| * | | | Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCON...Yann E. MORIN2013-04-261-4/+3Star
| * | | | kconfig: implement KCONFIG_PROBABILITY for randconfigYann E. MORIN2013-04-252-3/+81
| * | | | kconfig: allow specifying the seed for randconfigYann E. MORIN2013-04-252-1/+20
| * | | | kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIGYann E. MORIN2013-04-251-3/+4
| * | | | kconfig: do not override symbols already setYann E. MORIN2013-04-251-1/+1
| * | | | kconfig: fix randconfig tristate detectionYann E. MORIN2013-04-251-1/+1
| * | | | kconfig/lxdialog: rationalise the include paths where to find {.n}curses{,w}.hYann E. MORIN2013-04-161-2/+2
| * | | | menuconfig: Add "breadcrumbs" navigation aidBenjamin Poirier2013-04-164-3/+147
| * | | | menuconfig: Fix memory leak introduced by jump keys featureBenjamin Poirier2013-04-162-0/+16
| * | | | merge_config.sh: Avoid creating unnessary source softlinksJohn Stultz2013-04-101-1/+9
| * | | | Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linu...Michal Marek2013-03-212-1/+5
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | kconfig: optionally use pkg-config to detect ncurses libsJustin Lecher2013-03-071-1/+3
| | * | | menuconfig: optionally use pkg-config to detect ncurses libsJustin Lecher2013-03-071-0/+2
* | | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2013-05-076-67/+49Star
|\ \ \ \ \
| * | | | | Fix cleaning in scripts/modAndreas Schwab2013-05-061-0/+2
| * | | | | headers_install.pl: convert to headers_install.shRob Landley2013-04-093-65/+45Star
| * | | | | kbuild: fix ld-option functionAntony Pavlov2013-04-082-2/+2
* | | | | | menuconfig: fix NULL pointer dereference when searching a symbolLi Zefan2013-05-071-6/+10
* | | | | | e1000e: fix scheduling while atomic bugBruce Allan2013-05-071-1/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-05-0715-50/+1826
|\ \ \ \ \ \
| * | | | | | tipc: potential divide by zero in tipc_link_recv_fragment()Dan Carpenter2013-05-061-2/+4
| * | | | | | tipc: add a bounds check in link_recv_changeover_msg()Dan Carpenter2013-05-061-1/+4
| * | | | | | net/usb: new driver for RTL8152hayeswang2013-05-064-0/+1789
| * | | | | | 3c59x: fix freeing nonexistent resource on driver unloadSergei Shtylyov2013-05-061-1/+1
| * | | | | | netpoll: inverted down_trylock() testDan Carpenter2013-05-061-1/+1
| * | | | | | rps_dev_flow_table_release(): no need to delay vfree()Al Viro2013-05-062-12/+1Star