aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-15Subject: Re: [PATCH] strstrip incorrectly marked __must_checkKOSAKI Motohiro
2009-12-15efi.h: use %pUl to print UUIDsJoe Perches
2009-12-15fs/ubifs: use %pUB to print UUIDsJoe Perches
2009-12-15fs/gfs2/sys.c: use %pUB to print UUIDsJoe Perches
2009-12-15drivers/md/md.c: use %pU to print UUIDsJoe Perches
2009-12-15drivers/firmware/dmi_scan.c: use %pUB to print UUIDsJoe Perches
2009-12-15random.c: use %pU to print UUIDsJoe Perches
2009-12-15fs/xfs/xfs_log_recover.c: use %pU to print UUIDsJoe Perches
2009-12-15lib/vsprintf.c: add %pU to print UUID/GUIDsJoe Perches
2009-12-15parser: remove unnecessary strlen()André Goddard Rosa
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa
2009-12-15string: on strstrip(), first remove leading spaces before running over strAndré Goddard Rosa
2009-12-15string: factorize skip_spaces and export it to be generally availableAndré Goddard Rosa
2009-12-15drivers/scsi/sym53c8xx_2/sym_glue.c: rename skip_spaces() to sym_skip_spaces()Andrew Morton
2009-12-15ctype: constify read-only _ctype stringAndré Goddard Rosa
2009-12-15vsprintf: reuse almost identical simple_strtoulX() functionsAndré Goddard Rosa
2009-12-15vsprintf: factor out skip_space code in a separate functionAndré Goddard Rosa
2009-12-15vsprintf: move local vars to block local vars and remove unneeded onesAndré Goddard Rosa
2009-12-15vsprintf: reduce code size by avoiding extra checkAndré Goddard Rosa
2009-12-15vsprintf: use TOLOWER whenever possibleAndré Goddard Rosa
2009-12-15vsprintf: give it some care to please checkpatch.plAndré Goddard Rosa
2009-12-15vsprintf: pre-calculate final string length for later useAndré Goddard Rosa
2009-12-15vsprintf: factorize "(null)" stringAndré Goddard Rosa
2009-12-15MAINTAINERS: Update file patterns for WOLFSON MICROELECTRONICS PMIC DRIVERSJoe Perches
2009-12-15MAINTAINERS: remove file pattern from KERNEL VIRTUAL MACHINE (KVM) FOR AMD-VJoe Perches
2009-12-15MAINTAINERS: rename PALM TREO section and file patternsJoe Perches
2009-12-15MAINTAINERS: mark cifs mailing list as "moderated for non-subscribers"KOSAKI Motohiro
2009-12-15scripts/get_maintainer.pl: support multiple VCSs - add mercurialJoe Perches
2009-12-15scripts/get_maintainer.pl: fix --non with --git-blame and cleanupsJoe Perches
2009-12-15scripts/get_maintainer.pl: add --roles and --rolestatsJoe Perches
2009-12-15vt: introduce and use vt_kmsg_redirect() functionBernhard Walle
2009-12-15cs5535: drop the Geode-specific MFGPT/GPIO codeAndres Salomon
2009-12-15cs5535: define lxfb/gxfb MSRs in linux/cs5535.hAndres Salomon
2009-12-15cs5535: move VSA2 checks into linux/cs5535.hAndres Salomon
2009-12-15cs5535: move the DIVIL MSR definition into linux/cs5535.hAndres Salomon
2009-12-15cs5535: add a generic clock event MFGPT driverAndres Salomon
2009-12-15cs5535: add a generic MFGPT driverAndres Salomon
2009-12-15ALSA: cs5535audio: free OLPC quirks from reliance on MGEODE_LX cpu optimizationAndres Salomon
2009-12-15cs5535-gpio: request function, mask & names addedTobias Mueller
2009-12-15cs5535-gpio: add AMD CS5535/CS5536 GPIO driver supportAndres Salomon
2009-12-15drivers/char/misc.c: use bitmap/bitops functions for dynamic minor number all...Thadeu Lima de Souza Cascardo
2009-12-15drivers/char/misc.c: clear allocation bit in minor bitmap when device registe...Thadeu Lima de Souza Cascardo
2009-12-15err.h: add helper function to simplify pointer error checkingPhil Carmody
2009-12-15ioc3/ioc4: fix error path on driver registrationJean Delvare
2009-12-15ioc3/ioc4: various section fixesJean Delvare
2009-12-15task_struct: make journal_info conditionalHiroshi Shimamoto
2009-12-15Make DEBUG_BUGVERBOSE default to yAlexey Dobriyan
2009-12-15kernel.h: add printk_ratelimited and pr_<level>_rlJoe Perches
2009-12-15misc: remove MAC pmu function declaration from misc device classThadeu Lima de Souza Cascardo
2009-12-15kernel/sys.c: fix "warning: do-while statement is not a compound statement" n...H Hartley Sweeten