| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-27 | zorro: sysfs: Replace sprintf() by sysfs_emit() | Stefan Pedratscher | 1 | -7/+8 |
| 2026-02-21 | Convert 'alloc_flex' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -2/+1 |
| 2025-09-15 | zorro: Remove extra whitespace in macro definitions | Dishank Jogi | 1 | -6/+6 |
| 2025-06-17 | sysfs: treewide: switch back to attribute_group::bin_attrs | Thomas Weißschuh | 1 | -1/+1 |
| 2025-06-17 | sysfs: treewide: switch back to bin_attribute::read()/write() | Thomas Weißschuh | 1 | -1/+1 |
| 2025-01-08 | zorro: Constify 'struct bin_attribute' | Thomas Weißschuh | 1 | -5/+5 |
| 2024-07-25 | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+2 |
| 2024-07-10 | zorro: make match function take a const pointer | Greg Kroah-Hartman | 1 | -2/+2 |
| 2024-06-24 | zorro: Use str_plural() in amiga_zorro_probe() | Jiapeng Chong | 1 | -1/+2 |
| 2024-04-29 | zorro: Use helpers from ioport.h | Andy Shevchenko | 1 | -10/+4 |
| 2024-02-19 | zorro: Make zorro_bus_type const | Ricardo B. Marliere | 2 | -2/+2 |
| 2023-08-21 | zorro: Include zorro.h in names.c | Arnd Bergmann | 1 | -0/+1 |
| 2023-01-27 | driver core: make struct bus_type.uevent() take a const * | Greg Kroah-Hartman | 1 | -2/+2 |
| 2022-01-22 | proc: remove PDE_DATA() completely | Muchun Song | 1 | -1/+1 |
| 2021-08-05 | zorro: Drop useless (and hardly used) .driver member in struct zorro_dev | Uwe Kleine-König | 1 | -5/+2 |
| 2021-08-05 | zorro: Simplify remove callback | Uwe Kleine-König | 1 | -5/+3 |
| 2021-07-21 | bus: Make remove callback return void | Uwe Kleine-König | 1 | -2/+1 |
| 2020-08-26 | zorro: Fix address space collision message with RAM expansion boards | Geert Uytterhoeven | 1 | -1/+1 |
| 2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -1/+1 |
| 2020-04-03 | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -0/+1 |
| 2020-03-25 | .gitignore: add SPDX License Identifier | Masahiro Yamada | 1 | -0/+1 |
| 2020-03-09 | zorro: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-03-09 | zorro: Move zorro_bus_type to bus-private header file | Geert Uytterhoeven | 1 | -0/+7 |
| 2020-03-09 | zorro: Use zorro_match_device() helper in zorro_bus_match() | Geert Uytterhoeven | 1 | -6/+1 |
| 2020-03-09 | zorro: Fix zorro_bus_match() kerneldoc | Geert Uytterhoeven | 1 | -3/+3 |
| 2020-03-09 | zorro: Make zorro_match_device() static | Geert Uytterhoeven | 1 | -2/+1 |
| 2020-02-09 | Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 1 | -1/+1 |
| 2020-02-04 | proc: convert everything to "struct proc_ops" | Alexey Dobriyan | 1 | -5/+4 |
| 2020-02-04 | kbuild: rename hostprogs-y/always to hostprogs/always-y | Masahiro Yamada | 1 | -1/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2018-06-06 | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+1 |
| 2018-06-06 | treewide: Use struct_size() for kmalloc()-family | Kees Cook | 1 | -2/+1 |
| 2018-06-04 | Merge tag 'm68k-for-v4.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+3 |
| 2018-05-22 | zorro: Add a blank line after declarations | Jacob | 1 | -0/+3 |
| 2018-05-16 | proc: introduce proc_create_seq{,_data} | Christoph Hellwig | 1 | -15/+2 |
| 2018-03-19 | zorro: Set up z->dev.dma_mask for the DMA API | Michael Schmitz | 1 | -0/+12 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 5 | -0/+5 |
| 2017-03-17 | zorro: stop creating attributes by hand | Dmitry Torokhov | 4 | -47/+50 |
| 2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
| 2016-01-25 | zorro: Use kobj_to_dev() | Geliang Tang | 1 | -2/+1 |
| 2014-10-20 | zorro: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
| 2014-07-11 | zorro: Use ARRAY_SIZE | Himangi Saraogi | 1 | -2/+2 |
| 2013-11-26 | zorro/UAPI: Use proper types (endianness/size) in <linux/zorro.h> | Geert Uytterhoeven | 3 | -10/+26 |
| 2013-11-26 | zorro: Let the driver core handle device enumeration | Geert Uytterhoeven | 2 | -7/+8 |
| 2013-11-26 | zorro: Refactor conditional handling of Zorro device name database | Geert Uytterhoeven | 3 | -11/+7 |
| 2013-11-26 | zorro: Don't fill in dummy names in zorro_name_device() | Geert Uytterhoeven | 1 | -1/+0 |
| 2013-11-26 | zorro: Do not allocate zorro_autocon[] statically | Geert Uytterhoeven | 1 | -3/+16 |
| 2013-06-29 | zorro: switch to fixed_size_llseek() | Al Viro | 1 | -21/+1 |
| 2013-05-01 | proc: Supply PDE attribute setting accessor functions | David Howells | 1 | -1/+1 |
| 2013-04-09 | procfs: new helper - PDE_DATA(inode) | Al Viro | 1 | -3/+1 |
| 2013-02-22 | new helper: file_inode(file) | Al Viro | 1 | -2/+2 |
| 2013-01-03 | Drivers: zorro: remove CONFIG_HOTPLUG usage | Greg Kroah-Hartman | 1 | -4/+0 |
| 2012-07-15 | zorro: Remove unused zorro_bus.devices | Geert Uytterhoeven | 1 | -2/+0 |
| 2012-01-02 | misc latin1 to utf8 conversions | Al Viro | 1 | -1/+1 |
| 2011-10-31 | drivers/zorro: Add export.h to proc.c | Paul Gortmaker | 1 | -0/+1 |
| 2011-10-24 | zorro: Fix four checkpatch warnings | Jim Rotmalm | 1 | -4/+4 |
| 2011-09-22 | zorro: Defer device_register() until all devices have been identified | Geert Uytterhoeven | 1 | -1/+6 |
| 2010-11-17 | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 1 | -1/+0 |
| 2010-10-22 | zorro: Fix device_register() error handling | Vasiliy Kulikov | 1 | -0/+2 |
| 2010-08-09 | zorro: Fix reading of proc/bus/zorro/* in small chunks | Geert Uytterhoeven | 1 | -1/+1 |
| 2010-08-09 | zorro: BKL removal | Geert Uytterhoeven | 1 | -7/+8 |
| 2010-05-21 | sysfs: add struct file* to bin_attr callbacks | Chris Wright | 1 | -1/+1 |
| 2010-05-17 | m68k: amiga - Zorro host bridge platform device conversion | Geert Uytterhoeven | 2 | -112/+125 |
| 2010-05-17 | m68k: amiga - Zorro bus modalias support | Geert Uytterhoeven | 2 | -0/+35 |
| 2010-02-15 | tree-wide: fix typos "ass?o[sc]iac?te" -> "associate" in comments | Uwe Kleine-König | 1 | -1/+1 |
| 2009-12-06 | m68k: don't export static inline functions | Stephen Rothwell | 1 | -1/+0 |
| 2009-03-24 | zorro: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -2/+2 |
| 2009-01-12 | m68k: zorro - Use %pR to print resources | Geert Uytterhoeven | 1 | -4/+2 |
| 2009-01-12 | m68k: zorro - Kill warn_unused_result warnings | Geert Uytterhoeven | 3 | -12/+27 |
| 2009-01-12 | m68k: zorro - Add devlist.h and gen-devlist to .gitignore | Kars de Jong | 1 | -0/+2 |
| 2008-07-24 | move memory_read_from_buffer() from fs.h to string.h | Akinobu Mita | 1 | -1/+0 |
| 2008-07-20 | zorro: use memory_read_from_buffer | akinobu.mita@gmail.com | 1 | -8/+2 |
| 2008-07-20 | ZORRO: Replace deprecated __initcall with equivalent device_initcall. | Robert P. J. Day | 1 | -1/+1 |
| 2008-07-20 | m68k: remove CVS keywords | Adrian Bunk | 3 | -6/+0 |
| 2008-04-29 | zorro: use non-racy method for proc entries creation | Denis V. Lunev | 1 | -3/+4 |
| 2008-04-29 | proc: switch /proc/bus/zorro/devices to seq_file interface | Alexey Dobriyan | 1 | -24/+46 |
| 2008-04-29 | proc: remove proc_bus | Alexey Dobriyan | 1 | -1/+1 |
| 2007-11-26 | Amiga zorro bus: Add missing zorro_device_remove() | Geert Uytterhoeven | 1 | -0/+15 |
| 2007-10-19 | Convert files to UTF-8 and some cleanups | Jan Engelhardt | 1 | -1/+1 |
| 2007-08-22 | zorro: Make sysfs config attribute read-only | Geert Uytterhoeven | 1 | -1/+1 |
| 2007-07-11 | sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys... | Zhang Rui | 1 | -2/+3 |
| 2007-07-11 | sysfs: kill unnecessary attribute->owner | Tejun Heo | 1 | -1/+0 |
| 2007-05-04 | Amiga Zorro bus: kill resource_size_t warnings | Geert Uytterhoeven | 3 | -4/+7 |
| 2007-02-12 | [PATCH] mark struct file_operations const 6 | Arjan van de Ven | 1 | -1/+1 |
| 2006-12-08 | [PATCH] struct path: convert zorro | Josef Sipek | 1 | -1/+1 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
| 2006-03-25 | [PATCH] amiga: fix driver_register() return handling, remove zorro_module_init() | Bjorn Helgaas | 1 | -7/+2 |
| 2006-01-13 | [PATCH] Add zorro_bus_type probe and remove methods | Russell King | 1 | -2/+2 |
| 2006-01-12 | [PATCH] m68k: zorro __user annotations | Al Viro | 1 | -1/+1 |
| 2005-10-30 | [PATCH] fix missing includes | Tim Schmielau | 2 | -0/+3 |
| 2005-06-20 | [PATCH] Driver Core: drivers/usb/input/aiptek.c - drivers/zorro/zorro-sysfs.c... | Yani Ioannou | 1 | -2/+2 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 10 | -0/+1315 |