aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-02UAPI: Remove the objhdr-y export listDavid Howells1-5/+2
2012-10-01Merge tag 'staging-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-0/+15
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-5/+5
2012-10-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2012-10-01Merge tag 'localmodconfig-v3.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-kconfigLinus Torvalds1-26/+24
2012-10-01localmodconfig: Fix localyesconfig to set to 'y' not 'm'Yuta Ando1-0/+2
2012-10-01dtc: import latest upstream dtcStephen Warren30-701/+3847
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2012-09-27kconfig: replace 'oldnoconfig' with 'olddefconfig', and keep the old name as an aliasAdam Lee2-12/+25
2012-09-27menuconfig: Assign jump keys per-page instead of globallyBenjamin Poirier6-73/+149
2012-09-27menuconfig: Do not open code textbox scroll up/downBenjamin Poirier1-44/+11
2012-09-27menuconfig: Add jump keys to search resultsBenjamin Poirier5-35/+94
2012-09-27menuconfig: Extend dialog_textbox so that it can return to a scrolled positionBenjamin Poirier3-6/+28
2012-09-27menuconfig: Extend dialog_textbox so that it can exit on arbitrary keypressesBenjamin Poirier3-13/+33
2012-09-27menuconfig: Remove superfluous conditionnalBenjamin Poirier1-5/+3
2012-09-27Kbuild: use normal compression settings for tar*-pkgAndi Kleen1-3/+3
2012-09-27kbuild: Do not package /boot and /lib in make tar-pkgMichal Marek2-3/+3
2012-09-26s390/exceptions: switch to relative exception table entriesHeiko Carstens1-5/+5
2012-09-25Merge branch 'akpm' (sundry from Andrew)Linus Torvalds1-1/+1
2012-09-25checksyscalls: fix "here document" handlingHeiko Carstens1-1/+1
2012-09-23Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-2/+2
2012-09-21firmware: fix directory creation rule matching with make 3.80Mark Asselstine1-2/+2
2012-09-16Merge 3.6-rc6 into staging-nextGreg Kroah-Hartman2-3/+8
2012-09-13Merge branch 'core/rcu' into perf/coreIngo Molnar2-2/+2
2012-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lliubbo/blackfinLinus Torvalds1-1/+6
2012-09-11kbuild: add symbol prefix arg to kallsymsJames Hogan1-1/+6
2012-09-07staging/ipack: Fix bug introduced by IPack device matchingJens Taprogge1-1/+1
2012-09-06Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds2-2/+2
2012-09-04Staging: ipack: implement ipack device table.Jens Taprogge1-0/+15
2012-09-01Coccinelle: fix typo in memdup_user.cocciFengguang Wu1-2/+2
2012-08-31scripts/Makefile.modpost: error in finding modules from .mod files.이건호2-2/+2
2012-08-31scripts/tags.sh: Add magic for pci access functionsKirill Tkhai1-2/+6
2012-08-31kconfig: document oldnoconfig to what it really does in conf.cAdam Lee1-1/+1
2012-08-31scripts/coccinelle: ptr_ret: Add ternary operator versionLars-Peter Clausen1-0/+26
2012-08-31scripts/kernel-doc: added support for html5Dan Luedtke1-7/+266
2012-08-30firmware: fix directory creation rule matching with make 3.82Mark Asselstine1-1/+1
2012-08-30kconfig/mconf.c: revision of curses initialization.Dirk Gouders3-4/+8
2012-08-28Merge branch 'perf/urgent' into perf/coreIngo Molnar3-2/+4
2012-08-23ftrace: Make recordmcount.c handle __fentry__Steven Rostedt1-1/+3
2012-08-21checkpatch: add control statement test to SINGLE_STATEMENT_DO_WHILE_MACROJoe Perches1-1/+2
2012-08-17scripts/kernel-doc: fix fatal script errorRandy Dunlap1-0/+1
2012-08-16localmodconfig: Use my variable for loop in streamline_config.plBill Pemberton1-1/+1
2012-08-16localmodconfig: Use 3 parameter open in streamline_config.plBill Pemberton1-16/+14
2012-08-16localmodconfig: Rework find_config in streamline_config.plBill Pemberton1-8/+6
2012-08-16localmodconfig: Set default value for ksource in streamline_config.plBill Pemberton1-1/+1
2012-08-16scripts/decodecode: Fixup trapping instruction markerBorislav Petkov1-1/+1
2012-08-10link-vmlinux.sh: Fix stray "echo" in error messageMichal Marek1-1/+1
2012-07-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+1
2012-07-30Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-3/+68
2012-07-30checkpatch: add checks for do {} while (0) macro misusesJoe Perches1-0/+39