Timeline
2013-02-08:
- 23:31 Changeset in mainline [52f1882]lfnserial by
- ohci: Add comments. Fix uninitialized pointer.
- 23:16 Changeset in mainline [39339378]lfnserial by
- ohci: Remove old root hub implementation.
- 23:15 Changeset in mainline [171e668]lfnserial by
- ohci: Use new root hub implementation.
- 23:14 Changeset in mainline [c91db2a]lfnserial by
- ohci: Add new root hub implementation. Uses libusbvirt.
- 22:30 Changeset in mainline [a5c2eb5]lfnserial by
- uhci: Move function definition to avoid separate declaration.
- 22:29 Changeset in mainline [86a01cc]lfnserial by
- ohci: Fix comment offsets.
- 20:47 Changeset in mainline [49f2f29]lfnserial by
- libusbvirt: Drop port_count param. Use library provided macro to …
- 20:45 Changeset in mainline [c5f4e6a]lfnserial by
- libusbvirt: Make descriptor pointer const. We don't need to modify those.
- 20:33 Changeset in mainline [603a0a4]lfnserial by
- libsub, classes/hub: Salvage comments and remove dead code.
- 16:08 Changeset in mainline [2a5a7711]lfnserial by
- libusbvirt, virthub: Allow drivers to set endpoint number and port …
- 16:04 Changeset in mainline [81da273b]lfnserial by
- libusbvirt: Make pointer to handler array const.
- 15:48 Changeset in mainline [711f5fb8]lfnserial by
- libusb: Add address and endpoint sanity helpers.
- 13:05 Changeset in mainline [af4e464e]lfnserial by
- uhci: Cleanup. include guard, doxygen, line wrap.
2013-02-06:
- 11:31 Ticket #513 (Porting Emacs Editor to HelenOS) created by
- Details Emacs text editor is very extensible and customizable …
- 08:00 Changeset in mainline [7be6379]lfnserial by
- Handle only unmasked pending interrupts.
2013-02-04:
- 10:43 Changeset in mainline [b5e17b1]lfnserial by
- Initializatoin of stdout for malta.
- 10:42 Changeset in mainline [260f678]lfnserial by
- Factor out stdin/stdout initialization into machine ops.
2013-02-03:
- 14:00 Changeset in mainline [ae7ba7b6]lfnserial by
- Use machine ops to get the platform name.
- 13:02 Changeset in mainline [a522999]lfnserial by
- Prepare infrastructure for mips32 machine ops.
2013-01-28:
- 22:40 Changeset in mainline [d1cf4dc]lfnserial by
- am335x: Fix UART initialization
- 21:23 Changeset in mainline [f6c6814]lfnserial by
- beaglebone: remove duplicated timer initialization
2013-01-27:
- 20:34 Changeset in mainline [4c86c7c]lfnserial by
- libusbdev: Close bus_session after every other thing is down.
- 19:16 Changeset in mainline [48fa501]lfnserial by
- usb: Remove old endpoint management code.
- 19:14 Changeset in mainline [11e9e613]lfnserial by
- libusbdev: Switch pipes to register via usb session.
- 19:14 Changeset in mainline [d3a1ad58]lfnserial by
- usbmid: Add endpoint management forwarding.
- 19:13 Changeset in mainline [d2cfe72]lfnserial by
- libusbhost: Implement endpoint management for usb iface.
- 19:12 Changeset in mainline [70a422b]lfnserial by
- libdrv: Add endpoint management to usb iface.
- 18:44 Changeset in mainline [8582076]lfnserial by
- libusbdev: Add device connection to pipe structure.
- 18:15 Changeset in mainline [c84f1a4]lfnserial by
- Add some constants to float.h
- 17:30 Changeset in mainline [fe9d542]lfnserial by
- ubsinfo: add few explanatory comments
- 16:48 Changeset in mainline [0262f180]lfnserial by
-
Extend
batch' command with
-c' Allow to execute all commands … - 16:24 Changeset in mainline [5debe97]lfnserial by
- libusb: DCE
- 15:48 Changeset in mainline [2745176]lfnserial by
- libusb: Hide/remove unused functions.
- 15:39 Changeset in mainline [4ca778b]lfnserial by
- usbmid: Use initialized parent to get address and hc handle. Remove …
- 13:58 Changeset in mainline [0eb2a0f]lfnserial by
- libusbdev: more const
- 13:54 Changeset in mainline [e2dfa86]lfnserial by
- usb_device: Change API to allow direct(RO) access to descriptors.
- 13:17 Changeset in mainline [06f9a9c9]lfnserial by
- usbinfo: Switch to library provided usb_device_t.
- 13:12 Changeset in mainline [5b401b9]lfnserial by
- libusbdev: Allow device with no ddf parent.
- 12:39 Changeset in mainline [25effe2]lfnserial by
- libusbdev: Yet another const qualifier.
- 12:05 Changeset in mainline [7d20461]lfnserial by
- usbinfo: style
- 11:52 Changeset in mainline [7363fc1]lfnserial by
- libusbdev: Add usb_device constructor using devman handle. Fix …
- 11:35 Changeset in mainline [87619045]lfnserial by
- usb: Move usb_device to a separate header
- 00:44 Changeset in mainline [71384bd3]lfnserial by
- libdrv, usb: Rename session close to disconnect.
- 00:44 Changeset in mainline [fd9b3a67]lfnserial by
- libusbdev: Make usb_device_t opaque.
- 00:42 Changeset in mainline [8b68bdf]lfnserial by
- usbhub, libusbhid: Forgotten conversions to usb_device wrappers.
- 00:42 Changeset in mainline [35bc430]lfnserial by
- libusbdev: Use internal bus_session to get device info.
2013-01-26:
- 23:35 Changeset in mainline [bb70637]lfnserial by
- usb: Rework polling to accept either ep numbers or descriptions. …
- 22:17 Changeset in mainline [3e23316]lfnserial by
- usbmast: Don't access mapped endpoints directly. Use provided functions.
- 22:15 Changeset in mainline [a6a5b25]lfnserial by
- libusbdev: Add searching for pipes using ep and ep description.
- 20:37 Changeset in mainline [b06d35a]lfnserial by
- libusbdev: Rework pipes initialization.
- 19:22 Changeset in mainline [f4138ac]lfnserial by
- libusbdev: Use alternate_interfaces.current. It's initialized to zero …
- 18:59 Changeset in mainline [2dc5a9f]lfnserial by
- libusbdev: Make pipes_destroy a member function.
- 18:32 Changeset in mainline [b208b3b]lfnserial by
- libusbdev: Move alternate interface handling to its own header file. …
- 18:14 Ticket #512 (Implement/port an NTP client) created by
- Because a hardware real time clock may not be available on some …
- 18:13 Changeset in mainline [8e10ef4]lfnserial by
- libusbdev: Interface number and alternate interfaces wrappers.
- 17:25 Changeset in mainline [ad97131]lfnserial by
- libusbdev: Make ddf driver parts to separate file.
- 17:25 Changeset in mainline [b6812a1]lfnserial by
- libusbdev: Make list of alternate interfaces const.
- 16:15 Changeset in mainline [6785b538]lfnserial by
- usbmid, usbhid, usbhub, usbflbk: Don't access ddf_dev directly, use …
- 16:13 Changeset in mainline [7c69861]lfnserial by
- usbmast: Don't access ddf_dev member directly, use provided wrappers.
- 16:12 Changeset in mainline [bb512b2d]lfnserial by
- libusbdev: Add ddf function creation wrapper. Cleanup request.h header.
- 16:11 Changeset in mainline [9e79a2f]lfnserial by
- libdrv: Check ddf_def pointer before accessing it.
- 09:05 Changeset in mainline [9f55b52f]lfnserial by
- kernel arm 32 linker script: add KERNEL_LOAD_ADDRESS for beaglebone
2013-01-25:
- 22:55 Changeset in mainline [945d66c]lfnserial by
- libusbdev: Don't use the descriptor field directly. Make descriptor …
- 22:21 Changeset in mainline [c39e9fb]lfnserial by
- usb, drivers: Use usb_device_* wrappers.
- 22:20 Changeset in mainline [f6b2a76]lfnserial by
- libusbdev: Add name getting wrapper.
- 21:51 Changeset in mainline [ffa254f1]lfnserial by
- usbflbks: Remove dummy ctl function. It did nothing.
2013-01-24:
- 22:31 Changeset in mainline [7275e520]lfnserial by
- arm32, boot: Keep ICache and BPredictors enabled on armv7. Works OK.
- 22:07 Changeset in mainline [005b765]lfnserial by
- Merge arm improvements. Speed up boot by enabling caches early (but …
- 22:04 Changeset in mainline [24bead1]lfnserial by
- arm32, boot: Remove unnecessary gta02 cache flush.
- 21:50 Changeset in mainline [378757f]lfnserial by
- bootloader mm: add r0 to the list of clobbered registers in …
- 21:41 Changeset in mainline [6968948]lfnserial by
- bootloader mm: add support to the cacheable property for am335x.
- 21:19 Changeset in mainline [0f4bff8]lfnserial by
- libusbdev: Add and use few new wrappers.
- 21:18 Changeset in mainline [077b9172]lfnserial by
- Merge changes from jan.vesely/helenos/arm
- 21:18 Changeset in mainline [b1011dae]lfnserial by
- Merge changes from jan.vesely/helenos/arm
- 21:15 Changeset in mainline [0e63d34]lfnserial by
- arm32: Fix build failures.
- 20:21 Changeset in mainline [5e761f3]lfnserial by
- boot mm.c fixes: - disable the MMU before starting changing the page …
- 19:53 Changeset in mainline [b7e41ac]lfnserial by
- Add beaglebone BOOT_BASE and PA_OFFSET properties
- 19:48 Changeset in mainline [c124dce3]lfnserial by
- arm32: Typos and comments.
- 13:55 Changeset in mainline [7699c21]lfnserial by
- Add setbuf() function (C89)
2013-01-23:
- 20:57 Changeset in mainline [cfeb368]lfnserial by
- arm32, boot: Remove redundant parameter.
- 20:52 Changeset in mainline [df334ca]lfnserial by
- arm32, boot: Enable all caches on all ARMs. We disable them again later.
- 20:48 Changeset in mainline [b80d132]lfnserial by
- arm32, boot: Flush everything to PoC (memory) and disable caches …
- 00:12 Changeset in mainline [bfb6576]lfnserial by
- arm32, boot: Rework boot time cache handling. Enable Icache early. …
- 00:11 Changeset in mainline [c19808fd]lfnserial by
- arm32, barriers: Add note about availability of Cache line size information
2013-01-21:
- 15:29 Ticket #511 (Keys not work in some cases) created by
- 1) Ctrl+s is for saving a file , Our keyboard have two controls but …
- 14:09 Ticket #510 (Switching between Virtual Console using F1-F11 key) created by
- Switching between Virtual Consoles using F1-F11 keys does not work for …
- 00:22 Changeset in mainline [c9d0642d]lfnserial by
- arm32, bbxm: Disable boot time caches yet again. Boot fails after …
- 00:14 Changeset in mainline [a14f346]lfnserial by
- amdm37x_dispc: Replace kenrel driver with uspace one. Works on qemu.
- 00:10 Changeset in mainline [c7d11a0b]lfnserial by
- amdm37x_dispc: Fixes. Assign vizualizer ops. Store pointer to newly …
2013-01-20:
- 23:00 Changeset in mainline [6ab189f]lfnserial by
- amdm37x_dispc: Set correct match id.
- 22:59 Changeset in mainline [943a1dc6]lfnserial by
- amdm37x_dispc: Set workhorse function on mode switch.
- 22:40 Changeset in mainline [f03f107]lfnserial by
- amdm37x_dispc: Implement damage_handling. Copied over from kfb.
- 22:17 Changeset in mainline [7fa2031]lfnserial by
- amdm37x_dispc: Implement mode changing.
- 21:35 Changeset in mainline [e1530ec2]lfnserial by
- use uImage OS type 2 (NetBSD) to prevent u-boot from corrupting the …
- 21:34 Changeset in mainline [96228d0]lfnserial by
- amdm37x_dispc: Initialize associated visualizer in dispc_init
- 21:06 Changeset in mainline [9cc4b2b4]lfnserial by
- amdm37x_dispc: Init vizualizer.
- 20:47 Changeset in mainline [74db5a1]lfnserial by
- amdm37x_dispc: Add function initialization. Covnert register map to …
- 20:45 Changeset in mainline [163bc23]lfnserial by
- libdrv: Add useful macros to ddf logger.
- 20:04 Changeset in mainline [4e3bfab]lfnserial by
- amdm37x_dispc: Convert main.c file
- 20:02 Changeset in mainline [d57ff6f]lfnserial by
- amdm37x_dispc: Begin conversion, remove unused header.
- 19:44 Changeset in mainline [079cacf]lfnserial by
- amdm37x_dispc: Copy register map from kernel.
- 19:40 Changeset in mainline [a202dbb]lfnserial by
- Add amdm37x_dispc driver as a copy of the kfb driver.
- 17:46 Changeset in mainline [297fda2c]lfnserial by
- arm32: Implement smc_coherence_block.
- 17:41 Changeset in mainline [33d394a]lfnserial by
- arm32: Implement smc_coherence.
- 17:39 Changeset in mainline [9a5ccc14]lfnserial by
- arm32: Fix smc_coherence call.
- 17:23 Changeset in mainline [bafd198]lfnserial by
- arm32, fpu: minor cleanup
- 16:39 Changeset in mainline [b8bb2bc]lfnserial by
- arm32: Drop bbxm specific optimizations.
- 16:02 Changeset in mainline [83742a4]lfnserial by
- arm32: Add cache maintenance to jump_to_kernel, enable caches on bbxm …
- 11:47 Changeset in mainline [4a79e6f]lfnserial by
- arm32, sec_sext: Fix incorrect ifdef
- 11:45 Changeset in mainline [c8a5c8c]lfnserial by
- arm32: Start performance counters only if we can't use timer extensions.
- 11:42 Changeset in mainline [7a38962]lfnserial by
- arm32: Replace cortex-a8 compile check with runtime cache type check. …
- 00:27 Changeset in mainline [9043e7e0]lfnserial by
- arm32: Count every 64th cycle. The coutner is 32bit, at 600Mhz it …
- 00:11 Changeset in mainline [9eec7bc]lfnserial by
- arm32: Enable branch predictors on Cortex-A8. It seems to work ok on bbxm.
2013-01-19:
- 23:59 Changeset in mainline [3fa509b]lfnserial by
- arm32, armv7: Add reading of performance cycles counter. Fix comment …
- 22:59 Changeset in mainline [4b28c70]lfnserial by
- arm32: CLIDR is armv7 only.
- 22:37 Changeset in mainline [c3213bb]lfnserial by
- arm32, cp15: Add Cache Type Register values.
- 19:01 Changeset in mainline [612edca]lfnserial by
- arm32, page_fault: Use cp15 helpers.
- 18:50 Changeset in mainline [26e3db2]lfnserial by
- arm32: Switch cpu identification to cp15 helpers.
- 18:17 Changeset in mainline [a03b609]lfnserial by
- arm32: Convert sctlr use to cp15 helpers.
- 16:59 Changeset in mainline [827aae5]lfnserial by
- arm32: disable boot caches on bbxm. Does not work.
- 16:35 Changeset in mainline [bad1f53]lfnserial by
- arm32: Detect caches on armv7
- 11:15 Ticket #509 (Applications crash in malloc() in the recent gta02 builds) created by
- As of mainline,1741, but also prior to this revision, …
- 02:25 Changeset in mainline [5fcd537]lfnserial by
- Merge mainline changes. Includes bbxm fpu fix and other arm changes. …
2013-01-18:
- 22:30 Changeset in mainline [6218d4b]lfnserial by
- Fix build on gta02.
- 20:49 Changeset in mainline [660e8fa]lfnserial by
- Merge arm fpu fixes. Enable FPU coprocessor (cp10/11) access. Test …
- 20:06 Changeset in mainline [a640bc1]lfnserial by
- arm, sec extensions: Add comments and remove use of sec extensions. …
2013-01-17:
- 19:58 Changeset in mainline [9f8a07d3]lfnserial by
- bootloader: add support to the beaglebone UART0
- 19:57 Changeset in mainline [28a6190]lfnserial by
- mm: add support to the beaglebone
- 19:56 Changeset in mainline [47bd0f8]lfnserial by
- bbone initialization: - initialize the DMTIMER0. - the …
2013-01-16:
- 23:09 Changeset in mainline [cd8db93]lfnserial by
- arm32: check only monitor mode to determine secure state. Accessing …
2013-01-15:
- 21:50 Changeset in mainline [ef40434]lfnserial by
- usb: Drop deprecated usb hc interface functions.
- 20:39 Changeset in mainline [ef4e8eb]lfnserial by
- Remove unused usb hub code. All the functionality is now handled by …
- 20:01 Changeset in mainline [918e1e84]lfnserial by
- usbinfo: Remove the old way to list devices.
- 19:56 Changeset in mainline [16b64b8]lfnserial by
- usbinfo: Add a new way to list usb devices.
- 19:55 Changeset in mainline [94fbf78]lfnserial by
- libdrv: Add function for creating direct connections to devices.
2013-01-13:
- 14:59 Changeset in mainline [17cc8f4f]lfnserial by
- Merge mainline changes
2013-01-11:
- 01:34 Changeset in mainline [3de8aaa6]lfnserial by
- arm32, fpu:Remove useless double check form fpu context save/restore. …
- 01:33 Changeset in mainline [bedd81b]lfnserial by
- arm32, fpu: Disable exception checking in context save.
- 01:28 Changeset in mainline [07d62a9]lfnserial by
- arm32: remove debug output.
- 01:27 Changeset in mainline [eb1d9c1]lfnserial by
- arm32, cp15: Fix write macro to actually generate writes. Fixes fpu …
- 00:34 Changeset in mainline [7e87436]lfnserial by
- arm32: Add Security extensions basics. No monitor call handling, just …
2013-01-10:
- 22:35 Changeset in mainline [b9f72b97]lfnserial by
- arm32, fpu: Put function declarations near enum values.
- 22:33 Changeset in mainline [97718a5]lfnserial by
- arm32, fpu: Switch to new coprocessor macros. Disable code accessing …
- 22:33 Changeset in mainline [7dc8bf1]lfnserial by
- arm32: Implement barriers for armv7-a
- 22:31 Changeset in mainline [1f271d9]lfnserial by
- arm32: Fix cp15 access generator macro.
- 20:53 Changeset in mainline [467f0c0]lfnserial by
- arm32: Only check cpacr on armv7. Earlier versions do not support the …
2013-01-09:
- 19:36 Changeset in mainline [6a6ebde]lfnserial by
- arm32: Add some cp15 register values. Change MODE_ values to enum Add …
- 08:10 Ticket #508 (Parallel sessions don't mix well with call forwarding) created by
- As of mainline,1739, there appear to be two problems with …
Note: See TracTimeline
for information about the timeline view.