VirtualBox

source: vbox/trunk/src/VBox/Runtime/r0drv/linux

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16464   16 years vboxsync set VM_LOCKED to pin pages allocated with mmap()
(edit) @15851   16 years vboxsync small cosmetical fix
(edit) @15843   16 years vboxsync RTMpIsCpuWorkPending() -> RTMpIsCpuWorkPending(void), corrected …
(edit) @15837   16 years vboxsync Added RTMpIsCpuWorkPending stub.
(edit) @15801   16 years vboxsync linux RTThreadPreemptDisable/Restore: Set and check dummy like on Solaris.
(edit) @15798   16 years vboxsync implemented RTThreadPreemptDisable() and RTThreadPreemptRestore
(edit) @14824   16 years vboxsync IPRT: RTR0MemObjMapKernelEx for mapping a portion of a memory object …
(edit) @14465   16 years vboxsync thread2-r0drv-linux.c: RTThreadPreemptIsEnabled, return false if …
(edit) @14423   16 years vboxsync Debug log mutex fix for linux in atomic context.
(edit) @14318   16 years vboxsync Fix a couple of words doubled in comments. No code changes.
(edit) @13994   16 years vboxsync better check
(edit) @13992   16 years vboxsync did not consider PAE
(edit) @13891   16 years vboxsync warning
(edit) @13770   16 years vboxsync superflous
(edit) @13764   16 years vboxsync EXPORT_SYMBOL must be placed after the function/variable was …
(edit) @13675   16 years vboxsync mark multiple allocated pages as compound
(edit) @13666   16 years vboxsync rtR0MemObjNativeMapUser/linux: vm_insert_page should not be used when …
(edit) @13665   16 years vboxsync rtMemAlloc/linux: Don't fool ourselves trying to allocate executable …
(edit) @13512   16 years vboxsync cast not necessary
(edit) @13319   16 years vboxsync linux kernel modules: export symbols where they are implemented
(edit) @13314   16 years vboxsync Created assert-r0drv-linux.c (finally).
(edit) @13103   16 years vboxsync warning
(edit) @13009   16 years vboxsync @todo is written always in a / */ or / comment, doxygen won't pick …
(edit) @13000   16 years vboxsync Implemented kernel driver build flag to allow better debuggability of …
(edit) @12922   16 years vboxsync warnings
(edit) @12595   16 years vboxsync improved r36823 (handle jiffies wraparounds)
(edit) @12591   16 years vboxsync #2247 (public), #3193 (internal): handle jiffies wrap around
(edit) @12360   16 years vboxsync 2.6.27 vboxdrv compile fix
(edit) @12141   16 years vboxsync timer-r0drv-linux. Fixed bug in RTTimerStart where changes to the +1 …
(edit) @12029   16 years vboxsync mpnotifications-r0drv-linux: added explanatory comments.
(edit) @12015   16 years vboxsync redhat/centos 5.2 fix
(edit) @11982   16 years vboxsync All: license header changes for 2.0 (OSE headers, add Sun GPL/LGPL …
(edit) @11521   16 years vboxsync IN_MODULE only
(edit) @11519   16 years vboxsync Linux additions: properly install and compile the kernel modules
(edit) @10935   16 years vboxsync More moving around of files in Linux 2.6.27
(edit) @10866   16 years vboxsync Fixed missing 'el' and reinserted the blank lines.
(edit) @10864   16 years vboxsync Update for future Linux 2.6.27.
(edit) @9979   17 years vboxsync g_MpPendingOfflineSet is only used when CPU_DOWN_FAILED is defined.
(edit) @9602   17 years vboxsync Changed RTR0MpNotificationInit/Term to rtR0MpNotificationInit/Term and …
(edit) @9529   17 years vboxsync Fixed another wrong spinlock release in the MP handler. Taking CPUs …
(edit) @9527   17 years vboxsync Fixed spinlock release in RTMPEVENT_OFFLINE. No need to use the NoIrq …
(edit) @9494   17 years vboxsync fixed + re-enabled USE_NEW_OS_INTERFACE_FOR_GIP code for Linux
(edit) @9466   17 years vboxsync Fixes and optimizations. The HRTIMER code is still unusable, though. :-/
(edit) @9444   17 years vboxsync Added iTick to FNTIMER (the timer callback).
(edit) @9442   17 years vboxsync Fixed TICK_NSEC (1000 times too small).
(edit) @9429   17 years vboxsync RTMpDoesCpuExist -> RTMpIsCpuPossible. Changed the RTMpGetCount and …
(edit) @9372   17 years vboxsync fixed assertion, wonder if that helps the rhel3 gcc SIGSEGV.
(edit) @9371   17 years vboxsync quick reorg.
(edit) @9370   17 years vboxsync comment.
(edit) @9369   17 years vboxsync comment.
(edit) @9368   17 years vboxsync RTCpuSetIsEqual
(edit) @9366   17 years vboxsync New timer code for linux - untested and unused atm.
(edit) @9365   17 years vboxsync moved NTICK_NSEC close to the other jiffie stuff.
(edit) @9313   17 years vboxsync NOTIFY_DONE.
(edit) @9312   17 years vboxsync include notifier for RTMpNotification*.
(edit) @9311   17 years vboxsync props
(edit) @9309   17 years vboxsync Added RTMpNotificationRegister/Deregister that provides notification …
(edit) @9240   17 years vboxsync Use ktime_get_ts() instead of ktime_get() as the latter first appeared …
(edit) @9239   17 years vboxsync Use ktime_get_real_ts() instead of ktime_get_real() as the latter …
(edit) @9238   17 years vboxsync include linux/hrtimer.h too.
(edit) @9237   17 years vboxsync fixed keywords.
(edit) @9236   17 years vboxsync Implemented RTTime for the linux kernel (not used yet).
(edit) @8569   17 years vboxsync AssertBreak -> AssertBreakStmt.
(edit) @8245   17 years vboxsync rebranding: IPRT files again.
(edit) @8170   17 years vboxsync Rebranding: replacing more innotek strings.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7554   17 years vboxsync typo
(edit) @7553   17 years vboxsync vboxdrv: re-added sanity check
(edit) @7532   17 years vboxsync typo
(edit) @7531   17 years vboxsync vboxdrv: set_pages_attr is not available for 2.6.25 anymore
(edit) @7352   17 years vboxsync smp_call_function_single only exists starting 2.6.19. Added missing …
(edit) @7347   17 years vboxsync Fixed typo in fallback code.
(edit) @7337   17 years vboxsync Enabled RTMp on linux.
(edit) @7254   17 years vboxsync Sketched out RTMp*. (All the platform specific code is disabled.)
(edit) @7042   17 years vboxsync Fence the r0drv heap routines for strict builds.
(edit) @7032   17 years vboxsync Ring-0 semaphore debugging aid (linux).
(edit) @6846   17 years vboxsync Fix for previous change, move vermagic.h include back to where it was.
(edit) @6845   17 years vboxsync Fix a soon to appear post-2.6.24 linux kernel issue dropping a macro …
(edit) @6478   17 years vboxsync Drop annoying the cb != sizeof(void *) assertion.
(edit) @6477   17 years vboxsync Handle RTR0MEMOBJTYPE_PHYS_NC during free.
(edit) @6416   17 years vboxsync Applied [27227] to the trunk: make it compile with older 2.6 kernels, …
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5381   17 years vboxsync Fixed a typo in the-linux-kernel.h
(edit) @5229   17 years vboxsync rtSemEventWait -> rtSemEventMultiWait.
(edit) @5228   17 years vboxsync use the right magic.
(edit) @5226   17 years vboxsync Added r0drv/linux/semeventmulti-r0drv-linux.c
(edit) @5225   17 years vboxsync semaphore-r0drv-lnx.c split.
(edit) @5165   17 years vboxsync RTSemEventWaitNoResume
(edit) @4781   17 years vboxsync eol
(edit) @4160   17 years vboxsync Some bug fixes and allocation fallbacks.
(edit) @4158   17 years vboxsync Fixed build error and changed from $ to $.
(edit) @4155   17 years vboxsync RTR0MemGetAddressR3 & RTR0MemObjLockUser. Linux memobj impl.
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4020   17 years vboxsync Spelling
(edit) @3699   17 years vboxsync double underscore cleanup.
(edit) @3672   17 years vboxsync RT_OS_* and RT_ARCH_* for Runtime/ and Support/
(edit) @3305   18 years vboxsync change_page_attr was introduced somewhere in the 2.4.21..28 range. …
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2477   18 years vboxsync export
(edit) @2475   18 years vboxsync Makefile.kmk -> Makefile.kup
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette