Age | Commit message (Expand) | Author | Files | Lines |
2019-09-24 | mm: introduce page_size() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
2019-09-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 25 | -85/+12964 |
2019-09-18 | Merge tag 'staging-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 315 | -26991/+13004 |
2019-09-18 | Merge tag 'usb-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 85 | -1/+28744 |
2019-09-17 | Merge tag 'media/v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 70 | -16980/+3639 |
2019-09-17 | Merge tag 'docs-5.4' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1/+1 |
2019-09-17 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -5/+3 |
2019-09-12 | Staging: gasket: Use temporaries to reduce line length. | Sandro Volery | 1 | -11/+9 |
2019-09-12 | Staging: octeon: Avoid several usecases of strcpy | Sandro Volery | 1 | -8/+8 |
2019-09-12 | staging: vhciq_core: replace snprintf with scnprintf | Rohit Sarkar | 1 | -19/+19 |
2019-09-12 | staging: wilc1000: avoid twice IRQ handler execution for each single interrupt | Ajay Singh | 1 | -1/+1 |
2019-09-12 | staging: wilc1000: remove unused interrupt status handling code | Ajay Singh | 2 | -34/+2 |
2019-09-12 | staging: fbtft: make several arrays static const, makes object smaller | Colin Ian King | 7 | -7/+7 |
2019-09-12 | staging: rtl8188eu: make two arrays static const, makes object smaller | Colin Ian King | 1 | -2/+2 |
2019-09-12 | staging: rtl8723bs: core: Remove Macro "IS_MAC_ADDRESS_BROADCAST" | Hariprasad Kelam | 1 | -7/+0 |
2019-09-12 | dt-bindings: anybus-controller: move to staging/ tree | Sven Van Asbroeck | 1 | -0/+71 |
2019-09-12 | staging: emxx_udc: remove local TRUE/FALSE definition | Saiyam Doshi | 2 | -43/+38 |
2019-09-12 | staging: wilc1000: look for rtc_clk clock | Eugen Hristev | 2 | -0/+15 |
2019-09-12 | staging: dt-bindings: wilc1000: add optional rtc_clk property | Eugen Hristev | 2 | -1/+15 |
2019-09-12 | staging: nvec: make use of devm_platform_ioremap_resource | Hariprasad Kelam | 1 | -3/+1 |
2019-09-12 | staging: exfat: drop unused function parameter | Valentin Vidic | 1 | -12/+8 |
2019-09-12 | Staging: exfat: Avoid use of strcpy | Sandro Volery | 1 | -3/+1 |
2019-09-12 | staging: exfat: use integer constants | Valentin Vidic | 2 | -13/+13 |
2019-09-12 | staging: exfat: cleanup spacing for casts | Valentin Vidic | 2 | -77/+77 |
2019-09-12 | staging: exfat: cleanup spacing for operators | Valentin Vidic | 3 | -61/+61 |
2019-09-06 | staging: rtl8723bs: hal: remove redundant variable n | Colin Ian King | 1 | -4/+2 |
2019-09-06 | staging: pi433: Fix typo in documentation | Rohit Sarkar | 1 | -1/+1 |
2019-09-06 | staging: exfat: stop using 32-bit time_t | Arnd Bergmann | 1 | -126/+38 |
2019-09-06 | staging: exfat: stopusing CONFIG_FAT_DEFAULT_IOCHARSET | Arnd Bergmann | 1 | -5/+2 |
2019-09-05 | staging: rtl8723bs: Remove return statement from void function | Leandro Ribeiro | 1 | -1/+0 |
2019-09-05 | staging: rtl8192e: remove unnecessary blank line | Beatriz Martins de Carvalho | 1 | -1/+0 |
2019-09-05 | staging: exfat: Use kmemdup in exfat_symlink() | YueHaibing | 1 | -2/+1 |
2019-09-05 | staging: exfat: remove unused including <linux/version.h> | YueHaibing | 1 | -1/+0 |
2019-09-05 | staging: exfat: remove duplicated include from exfat_super.c | YueHaibing | 1 | -1/+0 |
2019-09-04 | staging: exfat: remove the redundant check when kfree an object in exfat_dest... | zhong jiang | 1 | -2/+1 |
2019-09-04 | staging: exfat: Fix two missing unlocks on error paths | Dan Carpenter | 1 | -2/+4 |
2019-09-04 | staging: exfat: cleanup explicit comparisons to NULL | Valentin Vidic | 2 | -46/+46 |
2019-09-04 | Staging: rtl8723bs: Use kzfree rather than its implementation | zhong jiang | 1 | -2/+1 |
2019-09-03 | Merge tag 'iio-for-5.4b-take3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 3 | -69/+136 |
2019-09-03 | staging: exfat: drop local TRUE/FALSE defines | Valentin Vidic | 4 | -51/+53 |
2019-09-03 | staging: exfat: fix spelling errors in comments | Valentin Vidic | 2 | -2/+2 |
2019-09-03 | staging: exfat: cleanup braces for if/else statements | Valentin Vidic | 2 | -13/+15 |
2019-09-03 | staging: rtl8723bs: replace __inline by inline | Rasmus Villemoes | 10 | -42/+42 |
2019-09-03 | staging: r8188eu: use skb_put_data instead of skb_put/memcpy pair | Ivan Safonov | 2 | -7/+2 |
2019-09-03 | staging: kpc2000: Fix long constant sparse warning | Harsh Jain | 3 | -22/+22 |
2019-09-03 | staging: exfat: check for null return from call to FAT_getblk | Colin Ian King | 1 | -0/+2 |
2019-09-03 | staging: greybus: light: fix a couple double frees | Dan Carpenter | 1 | -6/+6 |
2019-09-03 | staging: rts5208: Fix checkpath warning | P SAI PRASANTH | 1 | -3/+2 |
2019-09-03 | staging: rts5208: Fixed checkpath warning. | Prakhar Sinha | 1 | -4/+3 |
2019-09-03 | staging: rts5208: remove redundant sd30_mode checks | Colin Ian King | 1 | -18/+10 |