Age | Commit message (Expand) | Author | Files | Lines |
2024-12-01 | Get rid of 'remove_new' relic from platform driver struct | Linus Torvalds | 5 | -5/+5 |
2024-09-27 | [tree-wide] finally take no_llseek out | Al Viro | 2 | -2/+0 |
2024-07-11 | sbus: add missing MODULE_DESCRIPTION() macros | Jeff Johnson | 4 | -0/+4 |
2024-03-15 | Merge tag 'sparc-for-6.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 6 | -22/+13 |
2024-03-08 | sbus: uctrl: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -3/+2 |
2024-03-08 | sbus: flash: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2024-03-08 | sbus: envctrl: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2024-03-08 | sbus: display7seg: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2024-03-08 | sbus: bbc_i2c: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2024-03-08 | sbus: Add prototype for bbc_envctrl_init and bbc_envctrl_cleanup to header | Uwe Kleine-König | 2 | -3/+3 |
2024-03-06 | Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>" | Ahelenia Ziemiańska | 1 | -1/+1 |
2023-08-28 | sbus: Explicitly include correct DT includes | Rob Herring | 7 | -7/+7 |
2023-06-23 | oradax: make 'cl' a static const structure | Ivan Orlov | 1 | -11/+10 |
2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2023-04-27 | Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+2 |
2023-04-21 | sbus: display7seg: Use of_property_read_bool() for boolean properties | Rob Herring | 1 | -3/+2 |
2023-03-30 | docs: move sparc documentation under Documentation/arch/ | Jonathan Corbet | 1 | -1/+1 |
2023-03-17 | driver core: class: remove module * from class_create() | Greg Kroah-Hartman | 1 | -1/+1 |
2023-02-09 | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan | 1 | -1/+1 |
2022-11-19 | sparc: sbus: treat CPU index as integer | Jason A. Donenfeld | 1 | -2/+2 |
2021-03-17 | module: remove never implemented MODULE_SUPPORTED_DEVICE | Leon Romanovsky | 1 | -1/+0 |
2020-09-14 | sbus: char: Remove meaningless jump label out_free | Jing Xiangfeng | 1 | -3/+1 |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -1/+1 |
2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 2 | -2/+0 |
2020-05-17 | oradax: convert get_user_pages() --> pin_user_pages() | John Hubbard | 1 | -5/+3 |
2020-03-18 | misc: move FLASH_MINOR into miscdevice.h and fix conflicts | Zhenzhong Duan | 1 | -3/+1 |
2020-03-18 | misc: cleanup minor number definitions in c file into miscdevice.h | Zhenzhong Duan | 2 | -4/+0 |
2019-10-23 | compat_ioctl: move more drivers to compat_ptr_ioctl | Arnd Bergmann | 2 | -4/+2 |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 | Thomas Gleixner | 1 | -14/+1 |
2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 | Thomas Gleixner | 1 | -13/+1 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 5 | -0/+5 |
2019-05-14 | mm/gup: change GUP fast to use flags rather than a write 'bool' | Ira Weiny | 1 | -1/+1 |
2019-05-08 | docs: sparc: convert to ReST | Mauro Carvalho Chehab | 1 | -1/+1 |
2018-12-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next | Linus Torvalds | 3 | -8/+8 |
2018-12-05 | sbus: Use of_node_name_eq for node name comparisons | Rob Herring | 3 | -8/+8 |
2018-12-02 | drivers/sbus/char: add of_node_put() | Yangtao Li | 1 | -0/+2 |
2018-12-02 | sbus: char: add of_node_put() | Yangtao Li | 1 | -0/+1 |
2018-10-07 | oradax: remove redundant null check before kfree | Colin Ian King | 1 | -2/+1 |
2018-10-07 | sbus: Use of_get_child_by_name helper | Rob Herring | 1 | -10/+1 |
2018-06-15 | fix a series of Documentation/ broken file name references | Mauro Carvalho Chehab | 1 | -1/+1 |
2018-05-15 | Remove jsflash driver | Jens Axboe | 3 | -668/+0 |
2018-05-11 | jsflash: handle highmem pages | Christoph Hellwig | 1 | -2/+4 |
2018-04-30 | sparc64: Fix mistake in oradax license text | Rob Gardner | 1 | -1/+1 |
2018-04-01 | sparc64: Properly range check DAX completion index | Rob Gardner | 1 | -1/+1 |
2018-03-18 | sparc64: Oracle DAX driver depends on SPARC64 | Guenter Roeck | 1 | -1/+2 |
2018-02-06 | Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+3 |
2018-01-29 | oradax: Fix return value check in dax_attach() | Wei Yongjun | 1 | -2/+2 |
2018-01-22 | sparc64: Oracle DAX driver | Rob Gardner | 3 | -0/+1014 |
2018-01-17 | openprom: Deprecate pci_get_bus_and_slot() | Sinan Kaya | 1 | -2/+3 |
2017-11-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 1 | -1/+0 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 4 | -0/+4 |
2017-09-27 | sbus: char: Move D7S_MINOR to include/linux/miscdevice.h | Corentin Labbe | 1 | -1/+0 |
2017-07-20 | sbus: Convert to using %pOF instead of full_name | Rob Herring | 3 | -6/+6 |
2017-06-27 | block: don't set bounce limit in blk_init_queue | Christoph Hellwig | 1 | -0/+1 |
2017-06-09 | block: introduce new block status code type | Christoph Hellwig | 1 | -2/+2 |
2017-03-28 | jsflash: stop sharing request queue across multiple gendisks | Omar Sandoval | 1 | -14/+36 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 5 | -5/+5 |
2016-05-20 | openprom: fix warning | Sam Ravnborg | 1 | -24/+16 |
2016-01-04 | convert a bunch of open-coded instances of memdup_user_nul() | Al Viro | 1 | -10/+3 |
2015-04-15 | drivers/sbus/char/envctrl.c: ignore orderly_poweroff return value | Joel Stanley | 2 | -8/+2 |
2014-10-20 | sbus: char: drop owner assignment from platform_drivers | Wolfram Sang | 5 | -5/+0 |
2014-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | David S. Miller | 2 | -3/+14 |
2014-08-04 | bbc-i2c: Fix BBC I2C envctrl on SunBlade 2000 | Christopher Alexander Tobias Schulze | 2 | -3/+14 |
2014-07-21 | drivers/sbus/char: Micro-optimization in display7seg.c | Rasmus Villemoes | 1 | -4/+1 |
2014-07-21 | display7seg: Introduce the use of the managed version of kzalloc | Himangi Saraogi | 1 | -3/+2 |
2014-04-16 | jsflash: missed conversion from rq->buffer to bio_data(rq->bio) | Jens Axboe | 1 | -1/+1 |
2014-02-20 | Sparc: sparc_cpu_model isn't in asm/system.h any more [ver #2] | David Howells | 1 | -1/+0 |
2014-01-28 | sparc: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 5 | -5/+0 |
2013-03-31 | bbc_i2c: fix section mismatch warning | Sam Ravnborg | 1 | -2/+2 |
2013-02-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
2013-02-22 | new helper: file_inode(file) | Al Viro | 1 | -1/+1 |
2013-01-11 | drivers/sbus/char: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 1 | -4/+3 |
2013-01-03 | Drivers: sbus: remove __dev* attributes. | Greg Kroah-Hartman | 5 | -15/+15 |
2012-09-21 | drivers/sbus/char: removes unnecessary semicolon | Peter Senna Tschudin | 3 | -7/+7 |
2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 3 | -3/+0 |
2011-12-04 | sbus: convert drivers/sbus/char/* to use module_platform_driver() | Axel Lin | 5 | -57/+5 |
2011-12-04 | bbc_i2c: Remove unneeded err variable | Axel Lin | 1 | -10/+4 |
2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+1 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 2 | -2/+2 |
2011-02-28 | dt/sparc: Eliminate users of of_platform_{,un}register_driver | Grant Likely | 5 | -25/+20 |
2011-01-03 | sparc: explicitly cast negative phandle checks to s32 | Andres Salomon | 1 | -1/+1 |
2010-10-25 | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 1 | -1/+1 |
2010-10-22 | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2 | -0/+2 |
2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 2 | -0/+2 |
2010-10-09 | of/sparc: convert various prom_* functions to use phandle | Andres Salomon | 1 | -1/+1 |
2010-10-05 | drivers: autoconvert trivial BKL users to private mutex | Arnd Bergmann | 1 | -11/+13 |
2010-08-06 | of/device: Replace struct of_device with struct platform_device | Grant Likely | 7 | -25/+25 |
2010-08-05 | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 5 | -14/+14 |
2010-07-24 | of/platform: remove all of_bus_type and of_platform_bus_type references | Grant Likely | 5 | -10/+10 |
2010-07-24 | Merge commit 'v2.6.35-rc6' into devicetree/next | Grant Likely | 1 | -2/+2 |
2010-07-20 | sbus: autoconvert trivial BKL users to private mutex | Arnd Bergmann | 5 | -23/+24 |
2010-07-12 | drivers/sbus: Remove unnecessary casts of private_data | Joe Perches | 1 | -2/+2 |
2010-06-28 | sparc/of: Move of_device fields into struct pdev_archdata | Grant Likely | 2 | -4/+4 |
2010-05-24 | Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Linus Torvalds | 1 | -19/+25 |
2010-05-22 | Merge remote branch 'origin' into secretlab/next-devicetree | Grant Likely | 1 | -3/+3 |
2010-05-22 | of: Remove duplicate fields from of_platform_driver | Grant Likely | 5 | -10/+25 |
2010-05-18 | of: Always use 'struct device.of_node' to get device node pointer. | Grant Likely | 6 | -9/+9 |
2010-05-17 | drivers: Push down BKL into various drivers | Arnd Bergmann | 1 | -19/+25 |
2010-04-27 | drivers/sbus/char/flash.c: flash_read should update ppos instead of file->f_pos | Jan Blunck | 1 | -3/+3 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 5 | -2/+3 |
2010-01-28 | Merge commit 'v2.6.33-rc5' into secretlab/test-devicetree | Grant Likely | 2 | -28/+40 |
2010-01-28 | of: unify phandle name in struct device_node | Grant Likely | 1 | -5/+5 |
2010-01-04 | bbc_envctrl: Clean up properly if kthread_run() fails. | David S. Miller | 1 | -26/+38 |
2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 1 | -2/+2 |
2009-09-22 | const: make block_device_operations const | Alexey Dobriyan | 1 | -1/+1 |
2009-07-17 | sparc: Fix cleanup crash in bbc_envctrl_cleanup() | David S. Miller | 1 | -3/+8 |
2009-06-16 | openprom: Squelch useless GCC warning. | David S. Miller | 1 | -1/+1 |
2009-05-11 | block: implement and enforce request peek/start/fetch | Tejun Heo | 1 | -9/+3 |
2009-05-11 | jsflash: dequeue in-flight request | Tejun Heo | 1 | -11/+17 |
2009-05-11 | block: blk_rq_[cur_]_{sectors|bytes}() usage cleanup | Tejun Heo | 1 | -1/+1 |
2009-05-11 | block: convert to pos and nr_sectors accessors | Tejun Heo | 1 | -2/+2 |
2009-04-28 | block: replace end_request() with [__]blk_end_request_cur() | Tejun Heo | 1 | -4/+4 |
2009-04-14 | sbus: changed ioctls to unlocked | Stoyan Gaydarov | 2 | -9/+13 |
2009-03-13 | sbus: Auto-load openprom module when device opened. | Scott James Remnant | 1 | -0/+1 |
2009-03-04 | sparc64: wait_event_interruptible_timeout may return -ERESTARTSYS | Roel Kluin | 1 | -1/+1 |
2009-03-04 | jsflash: stop defining MAJOR_NR | Christoph Hellwig | 1 | -3/+0 |
2009-01-06 | sparc64: Fix unsigned long long warnings in drivers. | Sam Ravnborg | 1 | -1/+1 |
2008-12-01 | Revert "of_platform_driver noise on sparce" | Linus Torvalds | 1 | -3/+3 |
2008-11-30 | of_platform_driver noise on sparce | Al Viro | 1 | -3/+3 |
2008-11-04 | drivers: remove duplicated #include | Jianjun Kong | 1 | -1/+0 |
2008-09-03 | sparc: Kill sbus mostek RTC driver. | David S. Miller | 3 | -286/+0 |
2008-08-31 | sparc: Annotate of_device_id arrays with const or __initdata. | David S. Miller | 5 | -5/+5 |
2008-08-29 | bbc_envctrl: Fix build errors from bbc_i2c OF conversion. | David S. Miller | 1 | -3/+3 |
2008-08-29 | bbc_i2c: Convert to pure OF driver. | David S. Miller | 3 | -249/+214 |
2008-08-29 | envctrl: Convert to pure OF driver. | David S. Miller | 1 | -68/+79 |
2008-08-29 | display7seg: Convert to pure OF device driver. | David S. Miller | 1 | -105/+146 |
2008-08-29 | cpwatchdog: Move to drivers/watchdog/cpwd.c | David S. Miller | 2 | -696/+0 |
2008-08-29 | cpwatchdog: Cleanup and convert to pure OF driver. | David S. Miller | 1 | -599/+436 |
2008-08-29 | riowatchdog: Move under drivers/watchdog | David S. Miller | 2 | -260/+0 |
2008-08-29 | riowatchdog: Convert to pure OF driver. | David S. Miller | 1 | -135/+99 |
2008-08-29 | sparc: Remove generic SBUS probing layer. | David S. Miller | 2 | -174/+0 |
2008-08-29 | sparc: Kill sbus_arch_preinit(). | David S. Miller | 1 | -3/+0 |
2008-08-29 | sparc: Kill OBP property members of sbus_dev and sbus_bus | David S. Miller | 1 | -17/+1 |
2008-08-29 | sparc: Remove dinky old-style SBUS probing facilities. | David S. Miller | 1 | -14/+0 |
2008-08-29 | sparc: Remove SBUS layer resource and irq handling. | David S. Miller | 1 | -123/+1 |
2008-08-29 | sparc: Kill SBUS layer IRQ hooks. | David S. Miller | 1 | -4/+0 |
2008-08-29 | sparc: Convert uctrl driver to OF driver. | David S. Miller | 2 | -97/+121 |
2008-08-29 | sparc: Convert flash driver to OF device probing. | David S. Miller | 1 | -80/+50 |
2008-08-29 | sparc: Propagate SBUS iommu archdata into real of_device objects. | David S. Miller | 1 | -4/+20 |
2008-08-29 | sparc: Kill SBUS DVMA layer. | David S. Miller | 3 | -139/+1 |
2008-08-29 | sparc: Kill videopix SBUS driver. | David S. Miller | 6 | -1297/+0 |
2008-08-29 | sparc: Delete bare sbus char bpp driver, obsoleted by parport_sunbpp | David S. Miller | 4 | -1065/+0 |
2008-08-11 | sparc/drivers: use linux/of_device.h instead of asm/of_device.h | Stephen Rothwell | 1 | -1/+1 |
2008-07-21 | sparc64: fix up bus_id changes in sparc core code | Greg Kroah-Hartman | 1 | -3/+3 |
2008-07-17 | drivers/sbus/: cleanups | Adrian Bunk | 5 | -40/+33 |
2008-07-14 | Merge commit 'v2.6.26' into bkl-removal | Jonathan Corbet | 1 | -3/+3 |
2008-07-02 | uctrl: BKL pushdown | Arnd Bergmann | 1 | -0/+3 |
2008-07-02 | sbus-rtc: BKL pushdown | Arnd Bergmann | 1 | -0/+3 |
2008-07-02 | riowatchdog: BKL pushdown | Arnd Bergmann | 1 | -0/+2 |
2008-07-02 | openprom: BKL pushdown | Arnd Bergmann | 1 | -0/+3 |
2008-06-20 | jsflash: BKL pushdown | Arnd Bergmann | 1 | -3/+10 |
2008-06-20 | flash: BKL pushdown | Arnd Bergmann | 1 | -1/+5 |
2008-06-20 | envctrl: BKL pushdown | Arnd Bergmann | 1 | -0/+2 |
2008-06-20 | display7seg: BKL pushdown | Arnd Bergmann | 1 | -0/+1 |
2008-06-20 | cpwatchdog: BKL pushdown | Arnd Bergmann | 1 | -0/+4 |
2008-06-20 | videopix: BKL pushdown | Jonathan Corbet | 1 | -0/+5 |
2008-06-20 | bpp: bkl pushdown | Jonathan Corbet | 1 | -0/+3 |
2008-05-21 | sbus bpp: instances missed in s/dev_name/bpp_dev_name/ | Al Viro | 1 | -3/+3 |
2008-05-05 | sbus: Fix bpp driver build. | David S. Miller | 1 | -1/+1 |
2008-04-30 | drivers: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2 | -3/+3 |
2007-11-19 | [WATCHDOG] Sbus: cpwatchdog, remove SPIN_LOCK_UNLOCKED | Jiri Slaby | 1 | -1/+1 |
2007-10-20 | vfc_dev conversion to mutex: fallout | Al Viro | 1 | -1/+1 |
2007-10-17 | [SPARC] Videopix Frame Grabber: Convert device_lock_sem to mutex | Matthias Kaehlcke | 2 | -3/+4 |
2007-07-31 | [BBC_I2C]: kmalloc + memset conversion to kzalloc | Mariusz Kozlowski | 1 | -2/+2 |
2007-07-31 | [BBC_ENVCTRL]: kmalloc + memset conversion to kzalloc | Mariusz Kozlowski | 1 | -4/+6 |
2007-07-31 | [SPARC] Videopix Frame Grabber: Fix unreleased lock in vfc_debug() | Matthias Kaehlcke | 1 | -0/+1 |
2007-07-30 | [SPARC64]: Fix conflicts in SBUS/PCI/EBUS/ISA DMA handling. | David S. Miller | 1 | -0/+9 |
2007-07-24 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp... | Linus Torvalds | 1 | -0/+1 |
2007-07-24 | [SPARC32]: Deal with rtc/sun_mostek_rtc conflict. | Al Viro | 1 | -0/+1 |
2007-07-24 | [BLOCK] Get rid of request_queue_t typedef | Jens Axboe | 1 | -1/+1 |
2007-07-20 | [SPARC]: Make sure dev_archdata is filled in for all devices. | David S. Miller | 1 | -0/+5 |
2007-07-19 | some kmalloc/memset ->kzalloc (tree wide) | Yoann Padioleau | 2 | -6/+2 |
2007-07-18 | Add common orderly_poweroff() | Jeremy Fitzhardinge | 2 | -8/+4 |
2007-07-17 | unregister_blkdev() delete redundant messages in callers | Akinobu Mita | 1 | -2/+1 |
2007-07-16 | cpwatchdog build fix | Andrew Morton | 1 | -0/+1 |
2007-05-31 | [SPARC]: Missing #include <linux/mm.h> in drivers/sbus/char/flash.c | Horst H. von Brand | 1 | -0/+1 |
2007-05-13 | [SPARC] SBUS: display7seg.c needs asm/io.h | David S. Miller | 1 | -0/+1 |
2007-05-13 | [SPARC] SBUS: bbc_i2c.c needs asm/io.h | David S. Miller | 1 | -0/+1 |
2007-05-11 | [SPARC64]: envctrl.c needs asm/io.h | David S. Miller | 1 | -0/+1 |
2007-05-09 | Fix misspellings collected by members of KJ list. | Robert P. J. Day | 1 | -1/+1 |
2007-05-08 | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 3 | -3/+0 |
2007-05-02 | PCI: Cleanup the includes of <linux/pci.h> | Jean Delvare | 1 | -1/+0 |
2007-04-26 | [OPENPROM]: Use pci_device_to_OF_node(). | David S. Miller | 1 | -10/+8 |
2007-04-26 | [SPARC/64] constify of_get_property return: drivers | Stephen Rothwell | 4 | -9/+9 |
2007-04-23 | [SPARC] openprom: Switch to ref counting PCI API | Alan Cox | 1 | -1/+2 |
2007-04-21 | [SBUS] vfc_dev.c: kzalloc | vignesh babu | 1 | -2/+1 |
2007-02-26 | [SPARC] uctrl: Check request_irq() return value. | David S. Miller | 1 | -1/+7 |
2007-02-26 | [SPARC64] bbc_i2c: Fix kenvctrld eating %100 cpu. | David S. Miller | 1 | -8/+9 |
2007-02-26 | [SPARC]: Remove the broken SUN_AURORA driver. | Adrian Bunk | 5 | -2888/+0 |
2007-02-17 | Various typo fixes. | Robert P. J. Day | 1 | -1/+1 |
2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 4 | -4/+0 |
2007-02-12 | [PATCH] mark struct file_operations const 6 | Arjan van de Ven | 11 | -12/+12 |
2007-02-10 | [SPARC64]: Add obppath sysfs attribute for SBUS and PCI devices. | Fabio Massimo Di Nitto | 1 | -1/+17 |
2006-12-13 | [PATCH] getting rid of all casts of k[cmz]alloc() calls | Robert P. J. Day | 1 | -1/+1 |
2006-12-08 | [PATCH] struct path: convert sbus | Josef Sipek | 5 | -6/+6 |
2006-10-27 | [SPARC]: Fix bus_id[] string overflow. | David S. Miller | 1 | -2/+2 |
2006-10-17 | [SPARC] {bbc_,}envctrl: Use call_usermodehelper(). | David S. Miller | 2 | -4/+4 |
2006-10-12 | [PATCH] more kernel_execve() fallout (sbus) | Al Viro | 2 | -9/+3 |
2006-10-10 | [PATCH] use %p for pointers | Al Viro | 1 | -1/+1 |