Edition 2
1801 Varsity Drive
Raleigh, NC 27606-2072 USA
Phone: +1 919 754 3700
Phone: 888 733 4281
Fax: +1 919 754 3701
--smbios
and --nopirq
command line parameters. With theses command line parameters, source
code patches, which removed these codepaths, can be removed from the
build process.
initrd.img
file has changed. The image is now compressed using LZMA rather than Gzip.
xz -d
command. For example:
~]# xz -dc initrd.img | cpio -id
xz -9 --format=lzma
command. For example:
~]# find . | cpio -c -o | xz -9 --format=lzma > initrd.img
initrd.img
. In previous releases, it was named ramdisk.image.gz
.
ipv6
boot option for network installations. The specified address must be of the following form:
<IPv6 address>
[/<prefix length>]
3ffe:ffff:0:1::1/128
. If the prefix is omitted, the value of 64
is assumed. Specifying a static IPv6 address for the ipv6
boot option complements the already existing dhcp
and auto
parameters that can be specified for the ipv6
boot option.
qla4xxx
adapter firmware managed discovery and login to iSCSI targets. A new feature in Red Hat Enterprise Linux 6.2 allows you to use open-iscsi to manage the qla4xxx
discovery and login process. This can result in a more uniform management process.
qla4xxx
iSCSI firmware settings are accessible via:
~]# iscsiadm -m fw
ql4xdisablesysfsboot=1
parameter as follows:
/etc/modprobe.d
file:
~]# echo "options qla4xxx ql4xdisablesysfsboot=1" >> /etc/modprobe.d/qla4xxx.conf
qla4xxx
module either by executing the following set of commands:
~]#rmmod qla4xxx
~]#modprobe qla4xxx
qla4xxx
device, by rebooting your system.
qla4xxx
device,
upgrading from Red Hat Enterprise Linux 6.1 to Red Hat Enterprise Linux
6.2 will cause the system to fail to boot up with the new kernel. For
more information on this known issue, refer to the Technical Notes.
pkgtemp
module has been merged with the coretemp
module. The pkgtemp
module is now deprecated. The coretemp
module now supports all the features it previously did plus the features that were supported by the pkgtemp
module.
coretemp
previously only provided per core temperatures, while the pkgtemp
module provided the temperatures of the CPU package. In Red Hat Enterprise Linux 6.2, the coretemp
module allows you to read the temperatures for of the cores, the uncore, and the package.
queuecommand
functions.
scsi_host_template
structure is used by SCSI drivers to indicate to the SCSI midlayer that driver queuecommand
will be dispatched without the SCSI host bus lock held.
Scsi_Host
lock will be held during a driver queuecommand
dispatch. Setting the scsi_host_template
lockless bit prior to scsi_host_alloc
will cause the driver queuecommand
function to be dispatched without the Scsi_Host
lock being held. In such a case, the responsibility for any lock protection required is pushed down into the driver queuecommand
code path.
queuecommand
in Red Hat Enterprise Linux 6.2 are listed below:
dcbtool(8)
and targetadmin(8)
man pages.
crashkernel=auto
boot parameter was deprecated. However, in Red Hat Enterprise Linux 6.2, support for crashkernel=auto
is continued on all Red Hat Enterprise Linux 6 systems.
mdadm
and mdmon
utilities have been updated to support Array Auto-Rebuild, RAID Level
Migrations, RAID 5 support limitation, and SAS-SATA drive roaming.
acpi_rsdp
boot parameter for kdump to pass an ACPI RSDP address, so that the
kdump kernel can boot without EFI (Extensible Firmware Interface).
af_iucv
HiperSockets transport
if_ether
module
pci=realloc
kernel parameter. This feature provides an interim solution for adding a
dynamic reallocate pci resource without causing any regressions. It
disables dynamic reallocation by default, but adds the ability to enable
it through the pci=realloc
kernel command line parameter.
pci=realloc
kernel command line parameter. In addition, bridge resources have been updated to provide larger ranges in the PCI assign unassigned
call.
REP
MOVSB
/STORESB
instructions for the latest Intel platform has been added.
ioatdma
driver (dma
engine driver) has been updated to support Intel processors with a dma
engine.
dmesg
buffer into NVRAM on PowerPC architectures.
thinkpad_acpi
module has been updated to add support for new ThinkPad models.
dmesg
during boot has been added.
cputable
entries have been added to the kernel, providing support for the latest IBM PowerPC processor family.
i2c-i801
SMBus driver
ahci
AHCI-mode SATA
ata_piix
IDE-mode SATA driver
exec-shield
value in sysctl or in the /proc/sys/kernel/exec-shield
parameter is no longer enforced.
kdump
on 64-bit PowerPC and 64-bit IBM POWER Series systems.
uv_mmtimer
) has been enabled on SGI platforms. The uv_mmtimer
module allows direct userland access to the UV system's real time clock which is synchronized across all hubs.
IB700
module has been added in Red Hat Enterprise Linux 6.2
aer_mask_override
module
parameter has been added, providing a way to override the corrected or
uncorrected masks for a PCI device. The mask will have the bit
corresponding to the status passed into the aer_inject()
function.
forkbomb
processes.
oom_score_adj
/proc
tunable parameter adds the value stored in each process's oom_score_adj
variable, which can be adjusted via /proc
. This allows for an adjustment of each process's attractiveness to the OOM killer in user space; setting it to -1000
will disable OOM kills entirely, while setting to +1000
is marking this process as OOM's primary kill target.
zram
driver (creates generic RAM based compressed block devices).
/proc/sys/kernel/kptr_restrict
-d -d
and -d -d -d
options to show more CPU events
--sync/-S
option
PERF_TYPE_RAW
parameter
-f/--fields
option
/proc/stat
file.
/proc
tunable parameters: /proc/<pid>/smaps
and /proc/vmstat
NF_DROP
if they dropped a packet. In Red Hat Enterprise Linux 6.2, a drop in the netfilter
hooks is signaled as a permanent fatal error and is not transient. By
doing this, the error is passed back up the stack, and in some places
and applications will get a faster interaction that something went
wrong.
mount -o remount
) are passed to a new LSM hook.
physefi
kernel parameter.
core_collector
method for kdumping the core over SSH has been changed from scp
to makedumpfile
, which helps shrink the size of the core file when copying over the network link, resulting in faster copying.
/etc/kdump.conf
file:
core_collector /usr/bin/scp
/proc
tunable parameter, dd sysctl_sched_shares_window
, has been added, with the default is set to 10 ms.
page_cgroup
array by 37%. Additionally, the direct page_cgroup-to-page
pointer has been removed, improving performance of the memory controller.
group_isolation
variable has been changed from 0
to 1
(/sys/block/<device>/queue/iosched/group_isoaltion
). After various testing and numerous user reports, it was found that having default 1
is more useful. When set to 0
,
all random I/O queues become part of the root cgroup and not the actual
cgroup which the application is part of. Consequently, this leads to no
service differentiation for applications.
lpfc_use_msi
module parameter (in /sys/class/scsi_host/host#/lpfc_use_msi
) being set to 2
by default, instead of the previous 0
. For more information on this change, refer to Red Hat Enterprise Linux 6.2 Technical Notes.
lpfc
driver for Emulex Fibre Channel Host Bus Adapters has been updated to version 8.3.5.45.2p.
mptfusion
driver has been updated to version 3.4.19.
bnx2fc
for the Broadcom Netxtreme II 57712 chip has been updated to version of 1.0.4.
qla2xxx
driver for QLogic Fibre Channel HBAs has been updated to version to 8.03.07.05.06.2-k.
megaraid
driver has been updated to version v5.38.
arcmsr
driver for Areca RAID controllers has been updated.
beiscsi
driver has been updated to version 2.103.298.0.
ipr
driver for IBM Power Linux RAID SCSI HBAs has been updated to version 2.5.2.
cciss
driver has been updated to provide a fix for cciss
driver kdump failures.
hpsa
driver has been updated to provide a fix for hpsa
driver kdump failures.
bnx2i
driver for Broadcom
NetXtreme II iSCSI has been updated to version 2.7.0.3 to support the
578xx family of Multi-Port Single-Chip 10G Ethernet Converged
Controllers.
mpt2sas
driver has been updated to version 09.101.00.00.
bfa
driver) has been updated to version 2.3.2.4.
be2iscsi
driver for ServerEngines BladeEngine 2 Open iSCSI devices has been updated to version 4.0.160r.
ata_generic
driver has been updated to add Intel IDE-R ATA support.
isci
driver has been updated to version 2.6.40-rc.
libfc
, libfcoe
, and fcoe
drivers have been updated.
qib
driver TrueScale HCAs has been updated.
libata
module has been updated to include improved error handling.
md
driver has been updated to include dm-raid target, which provides improved RAID capabilities through a DM interface. The dm-raid code is currently marked as a Technology Preview.
qla4xxx
using bsg/netlink interfaces has been added.
scsi
, block
, and dm
/md
.
netxen
driver for NetXen Multi port (1/10) Gigabit Network devices to version 4.0.75.
vmxnet3
driver has been updated.
bnx2x
driver has been updated to version v1.70.
be2net
driver for ServerEngines BladeEngine2 10Gbps network devices has been updated to version 4.0.100u.
ixgbevf
driver has been updated to version 2.1.0-k
cxgb4
driver for Chelsio Terminator4 10G Unified Wire Network Controllers has been updated.
cxgb3
driver for the Chelsio T3 Family of network devices has been updated.
ixgbe
driver for Intel 10 Gigabit PCI Express network devices is updated to version 3.4.8-k.
e1000e
driver for Intel PRO/1000 network devices has been updated to version 1.3.16-k.
e1000
driver for Intel PRO/1000 network devices has been updated, providing support for Marvell Alaska M88E1118R PHY.
e100
driver has been updated.
enic
driver for Cisco 10G Ethernet devices has been updated to version 2.1.1.24.
igbvf
driver has been updated to version 2.0.0-k.
igb
driver for Intel Gigabit Ethernet Adapters has been updated.
bnx2
driver for the NetXtreme II 1 Gigabit Ethernet controllers has been updated to version 2.1.6+.
tg3
driver for Broadcom Tigon3 ethernet devices has been updated to version 3.119.
qlcnic
driver for the HP NC-Series QLogic 10 Gigabit Server Adapters has been updated to version 5.0.16+.
bna
driver has been updated.
r8169
driver has been updated to fix two bugs related to Rx checksum offloading.
qlge
driver has been updated to version v1.00.00.29.
cnic
driver has been updated to
add iSCSI and FCoE support for the 578xx family of Multi-Port
Single-Chip 10G Ethernet Converged Controllers, VLAN support, and new bnx2x
firmware interface.
iwl6000
and iwlwifi
have been update with the EEPROM version 0x423.
radeon
driver has been updated with post-3.0 fixes, including backported drm/agp code.
nouveau
and i915
drivers have been updated, including backported drm/agp code.
R5C592
) has been update with new KFIFO application programming interface.
netjet
driver has been updated to blacklist the Digium TDM400P PCI Card.
lm78
driver has been updated.
wacom
driver has been updater to add support for the Cintiq 21UX2, Intuos4 WL, and DTU-2231 adapter cards.
synaptics
driver has been updated to add multi-touch support.
edac
driver has been updated to support the new Northbridge chip for AMD platforms.
ipr
SCSI storage device driver. The iprutils package has been updated to support SAS VRAID functions for new 6 GB SAS adapters on IBM POWER7.
--type <segtype>
argument. The following are a few examples:
mirror
segment type):
~]# lvcreate --type raid1 -m 1 -L 1G -n my_lv my_vg
~]# lvcreate --type raid5 -i 3 -L 1G -n my_lv my_vg
~]# lvcreate --type raid6 -i 3 -L 1G -n my_lv my_vg
/etc/modprobe.d/dist-nfsv41.conf
file with the following line and reboot the system:
alias nfs-layouttype4-1 nfs_layout_nfsv41_files
-o minorversion=1
mount option is specified, and the server is pNFS-enabled, the pNFS client code is automatically enabled.
autofs4
module has been updated to kernel version 2.6.38.
ext3
and jbd
.
-o nobarrier
mount option in ext4
, and its utilities: tune2fs, debugfs, libext2fs, has been added.
send
system call which is the send
version of the existing recvmmsg
system call in Red Hat Enterprise Linux 6.
sendmmsg
socket API looks like this:
struct mmsghdr { struct msghdr msg_hdr; unsigned msg_len; }; ssize_t sendmmsg(int socket, struct mmsghdr *datagrams, int vlen, int flags);
10
, according to RFC 5681. Additionally, the initial-window code common to TCP and CCID-2 has been consolidated.
-
") in their name, such as i2c-core
are now handled properly.
process.mark
now supports $$parms
for reading probe parameters.
--remote USER@HOST
functionality can now be specified multiple times and will
automatically build the script for distinct kernel and architecture
configurations, and run it on all named machines at once.
/etc/cluster.conf
configuration file against those agents. It is a strict requirement
that custom agents provide correct metadata output and that the agents
must be installed on all cluster nodes.
/etc/cluster.conf
configuration file to be used by pacemaker, rgmanager must be disabled. The risk of not doing this is high; after a successful conversion, it would be possible to start rgmanager and pacemaker on the same host, managing the same resources.
<rm disabled="1">
flag in /etc/cluster.conf
.
<rm disabled="1">
flag appears in /etc/cluster.conf
during a reconfiguration.
fence_scsi
. This eliminates the need for manual intervention to reboot the node after it has been fenced using fence_scsi
.
virtio-net
driver.
virtio
ring structure, and event index support in virtio
and vhost-net
.
fsck
) or replay journal entries, which is similar to booting after pulling the power cord.
CONFIG_XEN_MAX_DOMAIN_MEMORY=128
.
xen_sched_clock
implementation (which returns the number of unstolen nanoseconds) has been replaced by the xen_clocksource_read
implementation.
/etc/yum.conf
file and adding the installonlypkgs
option:
[main] ... installonlypkgs=rhev-hypervisor
yum.conf
man page (man yum.conf 5
) in the installonlypkgs option section.
/etc/X11/xorg.conf.d/
in addition to /etc/X11/xorg.conf
itself. X.org input device configuration in these snippets applies when
the device becomes available to the X server at runtime.
Component
|
Version
|
---|---|
Kernel
|
2.6.32-202
|
QLogic qla2xxx driver
|
8.03.07.05.06.2-k
|
QLogic qla2xxx firmware
|
ql23xx-firmware-3.03.27-3.1
ql2100-firmware-1.19.38-3.1
ql2200-firmware-2.02.08-3.1
ql2400-firmware-5.06.01-1
ql2500-firmware-5.06.01-1
|
Emulex lpfc driver
|
8.3.5.45.2p
|
iSCSI initiator utils
|
6.2.0.872-27
|
DM-Multipath
|
0.4.9-43
|
LVM
|
2.02.87-3
|
X Server
|
1.10.4-3
|
Revision History | |||
---|---|---|---|
Revision 1-0 | Tue Dec 6 2011 | ||
|
Liber Liber 2023 -
Authors
abati
- abba
- abbate
- accademia_degli_intronati
- accati
- accetto
- acerbi
- adami
- agabiti
- agamennone
- aganoor
- agaraff
- agostini
- agraives
- agresti
- agrippa
- alamanni
- albergati_capacelli
- albert
- albertazzi
- albertelli
- alberti
- alberti_leandro
- alberti_tommaso
- albini
- albinoni
- albori_della_vita_italiana
- alcott
- aleardi
- alfa
- alfieri
- algarotti
- ali
- alighieri
- alighieri_jacopo
- allen
- aloysius
- amabile
- amalteo
- amari
- amati
- ambrogini
- amidei
- amodeo
- andersen
- anderson
- andrea_da_barberino
- andreis
- angiolieri
- angiolini
- anile
- anonimo
- antiquarie_prospettiche_romane
- antoccia
- antona_traversi
- antonelli
- appelius
- apuleius
- aragona
- arbib
- archinti
- arenskij
- aretino
- ariosto
- aristoteles
- armaroli
- aroldi
- arouet
- arrhenius
- arrieta
- arrighi
- arrigoni
- arsinov
- artom
- artusi
- atlante
- auber
- audran
- auto_da_fe_in_bologna
- avancini
- azeglio
- bacci
- baccini
- bacci_peleo
- bach
- bachi
- bachi_riccardo
- bachofen
- bach_carl_philipp_emanuel
- bach_johann_bernhard
- bach_johann_ludwig
- bach_wilhelm_friedemann
- bacigalupo
- badia_y_leblich
- baffo
- bakunin
- balakirev
- balbo
- balbo_italo
- baldacci
- balsamo
- balzac
- balzani
- banchieri
- bandello
- bandi
- baratono
- baratono_adelchi
- barbagallo
- barbaranelli
- barbarani
- barbarich
- barberini
- barbiera
- barbieri
- barbieri_francisco
- barbusse
- barella
- bargiacchi
- baricelli
- barla
- barni
- barrie
- barrili
- bartok
- bartoli
- bartoli_daniello
- barzini
- basile
- bassano
- bassano_anthony
- bastianelli
- baudelaire
- baunard
- bazzero
- bazzoni
- becattini
- beccari
- beccaria
- beccaria_antonella
- beckford
- beethoven
- belgioioso
- belgiojoso
- bellacchi
- bellani
- belli
- bellini
- belloc_lowndes
- bellone
- belo
- beltrame
- beltramelli
- bembo
- benaglio
- benamozegh
- benco
- benco_delia
- benedetti
- benelli
- beolco
- berchet
- berchet_guglielmo
- berg
- berlioz
- bernard
- bernardino_da_siena
- berneri
- berneri_camillo
- berneri_maria_luisa
- berni
- bersezio
- bertacchi
- bertacchi_cosimo
- bertelli
- berti
- bertinetti
- bertini
- bertola
- bertoni
- bertoni_brenno
- bertoni_luigi
- berwald
- besana
- bestiario_moralizzato
- betteloni
- betti
- bettinelli
- bettoni
- bevilacqua
- beyle
- bhagavad_gita
- biagi
- bianchi
- bianchi_giovini
- bianco
- bianconi
- bianconi_giovanni_lodovico
- bibbia
- bibbiena
- biber
- biffoli
- binazzi
- bini
- biografie_e_ritratti_d_illustri_siciliani
- bisciola
- bisi
- bizet
- bizzarri
- bizzozero
- blackwood
- blake
- blanch
- blanchard
- blaserna
- boccaccio
- boccalini
- boccardi
- boccardo
- boccherini
- bocchi
- bodrero
- boerio
- boghen_conegliani
- boiardo
- boieldieu
- boine
- boito
- boito_a
- bolza
- bon
- bonacini
- bonaparte
- bonarelli
- bonatelli
- bonaventura
- bonaventura_enzo
- bond
- bonfadini
- bonghi
- bonizzi
- bonola
- bonomo
- bonvesin_de_la_riva
- bordenave
- borgese
- borgese_giuseppe
- borghi
- borghi_armando
- borodin
- borri
- bortolotti
- boschetti_alberti
- boscovich
- bosio
- bossi
- botta
- bottazzi
- bottero
- bouchardy
- bourcet
- bourdet
- bouvier
- bovio
- bovio_libero
- bozzano
- bozzini
- bracco
- brahms
- brancaccio
- brera
- bresadola
- breton
- brocchi
- brofferio
- broglio
- bronte
- bronzino
- bruch
- bruckner
- bruna
- brunelli
- brunetti
- bruni
- bruni_giuseppe
- bruno
- brusoni
- bufardeci
- buia
- buonaiuti
- buonarroti
- buonarroti_il_giovane
- buoninsegni
- buozzi
- burchiello
- burckhardt
- burke
- burnaby
- burroughs
- burzio
- buschi
- busetto
- busoni
- butti
- buxtehude
- buzzanca
- byrne
- byron
- caccianiga
- cacciatore
- caccini
- cafiero
- cagna
- cagni
- cajkovskij
- calandra
- calcagno
- caldarella
- calestani
- calvo
- calza
- camillo
- camis
- cammarano
- camoes
- campana
- campanella
- campolonghi
- campra
- canestrini
- canestrini_alessandro
- canina
- cannabich
- cannizzaro
- cantalupo
- cantoni
- cantoni_giovanni
- canto_gregoriano
- cantu
- capasso
- capefigue
- capella
- capocci
- capparoni
- capponi
- capranica
- caprile
- capuana
- carabellese
- caracciolo
- caracciolo_enrichetta
- carafa_capecelatro
- carcano
- cardano
- cardile
- carducci
- carlyle
- carmina_burana
- carnevali
- carocci
- carpenter
- carrera
- carroll
- carubia
- casadei
- casanova
- casas
- cassini
- castelli
- castelli_david
- castelnuovo
- castelvetro
- casti
- castiglione
- castiglioni
- catalani
- caterina_da_siena
- cather
- cattaneo
- cava
- cavalcanti
- cavallotti
- cavara
- caversazzi
- caviglia
- cefali
- celesia
- cellini
- celoria
- cena
- cenni
- cennini
- cerlone
- cernysevskij
- cerro
- cervantes
- cervesato
- cesarotti
- cesi
- chabrier
- chanson_de_roland
- chapi
- charpentier
- chaucer
- chausson
- chelli
- cherubini
- cherubini_eugenio
- chesterton
- cheyney
- chiabrera
- chiara
- chiarelli
- chiaretti
- chiarini
- chiesa
- chigi
- chiocchetti
- chiosso
- chiurlo
- chopin
- christiansen
- chueca
- ciaceri
- ciamician
- ciampoli
- cian
- ciano
- cicero
- cicogna
- cielo
- cifra
- cimarosa
- cinelli
- cipriani
- cittadella
- claps
- clarke
- clementi
- club_alpino_italiano
- cocchi
- codemo
- coffa_caruso
- coglitore
- colagrossi
- colajanni
- coleridge
- collenuccio
- colletta
- collins
- collodi
- colombe
- colombo_fernando
- colombo_michele
- colonna
- colonna_vittoria
- colorni
- columba
- cominelli
- compagni
- compagnia_del_mantellaccio
- comparetti
- confucius
- contessa_lara
- conti
- coperario
- coppi
- corano
- corbino
- cordelia
- corelli
- coresio
- corio
- cornaro
- cornelius
- cornoldi
- corradini
- cortesi
- cosmi
- cossa
- costa
- costa_andrea
- coster
- couperin
- crawford
- crawford_morris
- cremonese
- crispi
- croce
- crocella
- croce_benedetto
- croce_enrico
- cronica_vita_di_cola_di_rienzo
- cucca
- cummins
- cuneo
- cuoco
- cuomo
- curiel
- curti
- curti_pier_ambrogio
- cusani
- cyrano_de_bergerac
- dadone
- dall_ongaro
- dalmasso
- dandrieu
- danti
- darwin
- darwin_erasmus
- daudet
- dauli
- da_ponte
- da_porto
- da_verona
- debay
- debenedetti
- debussy
- deledda
- delibes
- delius
- della_casa
- della_chiesa
- della_porta
- della_seta
- della_valle
- della_valle_pietro
- delpino
- del_lungo
- del_lungo_carlo
- dering
- desanctis
- descalzo
- descartes
- descuret
- despres
- devienne
- dewey
- de_amicis
- de_angelis
- de_astis
- de_blasio
- de_boni
- de_bosis
- de_cesare
- de_cleyre
- de_filippi
- de_foe
- de_franchi
- de_gamerra
- de_giovanni
- de_gubernatis
- de_marchi
- de_maria
- de_orestis
- de_paoli
- de_pellegrini
- de_pretto
- de_quincey
- de_roberto
- de_rubris
- de_ruggiero
- de_sanctis
- de_vries
- diabelli
- diamante
- dickens
- diderot
- difensore_degli_ebrei
- dini
- dito
- dittersdorf
- di_blasi
- di_genio
- di_giacomo
- di_giovanni
- di_giovanni_alessio
- di_grazia
- di_monaco
- di_san_giusto
- dolce
- domenichi
- donati
- donaver
- doni
- donizetti
- dorso
- dossi
- dostoevskij
- douhet
- doyle
- draeseke
- driesch
- drigo
- drosso
- ducati
- dukas
- dumas
- dunant
- duparc
- durante
- du_mage
- dvorak
- d_albert
- d_ambra
- d_ancona
- d_andrea
- d_annunzio
- d_arzo
- d_emilio
- d_india
- eco
- economisti_del_cinque_e_seicento
- eisner
- electronic_frontier_foundation
- elgar
- elia
- emanuelli
- emerson
- emiliani_giudici
- emma
- emmanuel
- engels
- enriques
- epictetus
- epicurus
- erasmus_roterodamus
- eredia
- ermacora
- errante
- errera
- euclides
- fabbri
- fabiani
- fabula_de_etc
- faldella
- fanciullacci
- fanciulli
- fanfani
- fantazzini
- fantoni
- farga
- fargion
- farina
- farinelli
- farnaby
- faure
- favaro
- fazello
- federici
- fernandez_caballero
- fernandez_guardia
- ferrabosco_il_giovane
- ferrari
- ferrari_carlotta
- ferrari_giuseppe
- ferrari_giuseppe_1720
- ferrari_paolo
- ferrari_pietro
- ferrari_pio_vittorio
- ferrari_severino
- ferrer
- ferrero
- ferretti
- ferri
- ferrieri
- ferri_dina
- ferri_giustino
- ferroni
- ferruggia
- feuerbach
- fiacchi
- fibich
- figner
- figuier
- filicaia
- filippi
- fillak
- filopanti
- finella
- fioravanti
- fioretti_di_san_francesco
- fiore_di_leggende_cantari_antichi_etc
- fiorini
- firenzuola
- flammarion
- flaubert
- fletcher
- flies
- florenzi
- florio
- flotow
- fogazzaro
- folengo
- folgore
- fontana
- fontanarosa
- fontane
- fontefrancesco
- fontenelle
- formichi
- fornaciari
- forteguerri
- fortis
- foscolo
- fraccacreta
- fracchia
- france
- francesco_d_assisi
- franchetti
- franck
- franco
- frari
- freud
- frezzi
- frugoni
- fucini
- fugassa
- funck_brentano
- gabetti
- gabrieli
- gabrieli_giovanni
- galassi
- galiani
- galilei
- gallaccini
- galleani
- galleria_palatina
- gallina
- gallo
- galuppi
- gamberi
- gandhi
- ganot
- gargiulo
- garibaldi
- garrone
- gatti
- gautier
- geminiani
- gentile
- gentile_iginio
- gerard
- geremicca
- gerli
- german
- gershwin
- gervasoni
- gherardi
- ghersi
- ghislanzoni
- ghisleri
- giaccani
- giacometti
- giacosa
- giamboni
- gianelli
- giannone
- gibbon
- gibellini
- gide
- gigli
- giglioli
- gille
- gilles
- ginzburg
- gioberti
- giolitti
- giordana
- giordano
- giornale_per_i_bambini
- giostra_delle_virtu_e_dei_vizi
- giovannetti
- giovannitti
- giovio
- giraud
- giraudoux
- giretti
- giribaldi
- giuseppe_da_forio
- giusta_idea
- giusti
- glazunov
- glinka
- gluck
- gobetti
- goethe
- gogol
- goldoni
- goldsmith
- golgi
- goll
- gomes
- gonin
- gori
- gori_pietro_1854_1930
- gorkij
- gossec
- gothein
- gounod
- gozzano
- gozzi
- gozzi_gasparo
- graf
- gramsci
- granados
- grande
- grandi
- grassi
- grasso
- grave
- gray
- graziani
- gregorovius
- gretry
- grieg
- grimaldi
- grimm_jakob
- grippa
- grossi
- grossi_vincenzo
- groto
- guadagnoli
- gualandris
- gualdo
- guardione
- guareschi
- guarini
- guelfi
- guerrazzi
- guerrini
- guglielminetti
- guglielmotti
- guicciardini
- guidetti
- guidi
- guidiccioni
- guidi_michelangelo
- guiducci
- gulli
- guy
- haeckel
- haendel
- hamsun
- harding
- hasse
- hauptmann
- hawthorne
- haydn
- heron
- herschel
- hewlett
- heywood
- hichens
- historia_di_papa
- holborne
- holst
- homerus
- hubay
- huch
- hugo
- hummel
- humperdinck
- huxley
- iacopone_da_todi
- iacopo_da_sanseverino
- iberti
- ibn_gubayr
- ibn_miskawayh
- ibsen
- imbriani
- indy
- ingrassia
- innocentius_papa_12
- intorcetta
- invernizio
- ippolita_comunita_di_scriventi
- ippolitov_ivanov
- issel
- istoria_critica
- italia
- jacobsen
- james
- janacek
- jarro
- jatta
- jeans
- jefferson
- jenna
- jennings
- jerome
- johansson
- johnson
- joinville
- jolanda
- joplin
- jovine
- joyce
- juvalta
- kaffka
- kahn
- kalevala
- kalidasa
- kant
- karr
- keynes
- kipling
- kleist
- kollo
- komzak
- kovalevskaja
- kropotkin
- labriola
- ladenarda
- lady_gregory
- lafargue
- lagerlof
- lalande
- lalli
- lalo
- lancillotti
- lando
- landriani
- lanzalone
- lao_tzu
- lasca
- laser
- lasso
- latini
- lattes
- lattes_dante
- lavater
- lawrence
- lazzarelli
- lazzaretti
- lazzeri
- la_boetie
- la_fontaine
- la_lumia
- leetherland
- leggenda_di_tristano
- legouve
- lehar
- leibniz
- leitgeb
- lemery
- lemonnier
- lenti_boero
- leonardo
- leoncavallo
- leoni
- leopardi
- leroux
- lesca
- lessig
- lessona
- lettera_a_diogneto
- levati
- levi
- levi_adolfo
- levi_giulio_augusto
- lewis
- libri_piu_letti
- libro_della_cucina
- liebig
- liesegang
- liguria
- linati
- lipparini
- lippi
- liszt
- littre
- lizio_bruno
- ljadov
- lleo
- locatelli
- lockyer
- lodi
- lomazzo
- lombardini
- lombroso
- lombroso_gina
- london
- longo
- longus_sophista
- lopez
- lorentz
- lorenzo
- lorenzoni
- lori
- loria
- lortzing
- lo_valvo
- lucatelli
- lucchesini
- lucianus
- lucini
- lucretius
- luigini_federico
- luini
- lully
- luna
- lupo
- lusitania
- luther_blissett
- luzio
- macaulay
- maccrie
- machiavelli
- mackay
- maes
- maeterlinck
- maffei
- magalotti
- maggi
- mahler
- maineri
- maistre
- malamani
- malatesta
- malinverni
- malon
- malpassuti
- mameli
- mamiani
- mannarino
- manni
- manno
- mannu
- mantegazza
- manucci
- manzoni
- marais
- marcelli
- marcello
- marchand
- marchesani
- marchesa_colombi
- marchetti
- marchi
- marconi
- maresca
- mariani
- marinelli
- marinetti
- marino
- mario
- marrama
- marselli
- marsili
- martello
- martineau
- martinelli
- martinelli_vincenzo
- martinetti
- martini
- martini_ferdinando
- martoglio
- martucci
- marugi
- marx
- mascagni
- masci
- masi
- massarani
- massenet
- massimi
- mastriani
- mastro_titta
- mattei
- matteucci
- mattirolo
- maupassant
- mazzarino
- mazzini
- medici
- medici_ferdinando_i
- medici_lorenzino
- mehul
- meli
- melville
- mendelssohn
- menghini
- mengozzi
- merlini
- merlino
- messa_di_requiem
- messina
- metastasio
- meyer
- meyerbeer
- meyrink
- micanzio
- michaelis
- michel
- michelstaedter
- mieli
- milani
- mill
- mille_e_una_notte
- milton
- mioni
- mirbeau
- misasi
- misefari
- moderata_fonte
- modigliani
- molinari
- molnar
- mommsen
- monchablon
- mondaini
- moneta
- mongai
- mongitore
- monicelli
- monnier
- montanelli
- montesquieu
- montessori
- monteverde
- monteverdi
- monti
- monti_achille
- montpensier
- moore
- morandi
- morandi_carlo
- morando
- morasso
- more
- moresco
- moretti
- morra
- morris
- morselli
- morselli_ercole
- mosca
- moscardelli
- mosso
- mozart
- mozzoni
- mudge
- mulazzi
- mule
- mule_bertolo
- munthe
- mura
- muratori
- muratori_lodovico
- murger
- murri
- musorgskij
- mussolini
- musumeci
- muzzi
- nagy
- nardini
- narrazione_critico_storica_etc
- natale
- navigazione_di_san_brandano
- nazioni_unite
- neera
- negri
- negri_ada
- negri_francesco
- negri_gaetano
- nencioni
- nerucci
- nettlau
- nibby
- nibelunghi
- niccolini
- nicolai
- nicolaus_cusanus
- nielsen
- nieri
- nietzsche
- nievo
- nivers
- nobili
- nordau
- nordhoff
- norsa
- nota
- notari
- notturno_napoletano
- novacek
- novaro
- novaro_mario
- novatore
- novella_del_grasso_legnajuolo
- novelle_cinesi
- novelle_indo_americane
- novelle_italiane_dalle_origini_al_cinquecento
- novellino
- nucera_abenavoli
- nuovi_misteri_del_chiostro_napoletano_etc
- offenbach
- ojetti
- olper_monis
- omodeo
- onesto
- oppenheim
- orestano
- oriani
- orsi
- orsini
- ortolani
- pachelbel
- pacini
- pacioli
- padoa
- padula
- pagani
- paganini
- pagliaro
- pailleron
- paisiello
- palazzi
- paleologue
- palladio
- pallavicini
- pallavicino
- palli_bartolommei
- palma
- palmeri
- palomba
- pananti
- pani
- pannocchieschi
- panzacchi
- panzini
- paolieri
- pareto
- parini
- paris
- parlatore
- parmeggiani
- pascal
- pascal_carlo
- pascarella
- pascoli
- pasinetti
- pasolini
- paterno
- pausanias
- pavese
- peano
- pellico
- pellizzari
- penzig
- pepoli
- percoto
- pergolesi
- perlman
- perodi
- perrault
- petrarca
- petrocchi
- petruccelli_della_gattina
- piave
- piazza
- piazza_antonio
- piazzi
- pico_della_mirandola
- pierantoni_mancini
- pieri
- pierne
- pigafetta
- pignata
- pinamonti
- pinchetti
- pindemonte
- pino
- pintor
- pinza
- pioda
- piola
- pirandello
- pisacane
- piscel
- pissilenko
- pitre
- piva
- pizzagalli
- pizzigoni
- pizzigoni_giuseppina
- pizzirani
- planche
- plato
- plinius_caecilius_saecundus
- podesta
- podrecca
- poe
- poli
- polidori
- polidori_francesco
- polimanti
- poliziano
- polo
- polybius
- pompilj
- ponchielli
- popper
- porati
- porta
- pov_ray_team
- pozzi
- pozzi_antonia
- praetorius
- praga
- praga_marco
- prati
- previati
- prevost
- prose_e_poesie_giapponesi
- proudhon
- proust
- prunas
- puccini
- puini
- pulci
- purcell
- purgotti
- puskin
- puviani
- quadrio
- quel_libro_nel_cammino_della_mia_vita
- quevedo
- rabelais
- rabizzani
- raccolta_di_lettere_ecc
- racconti_popolari_dell_ottocento_ligure
- rachmaninov
- racquet
- radcliffe
- raffaello_sanzio
- raga
- ragazzoni
- rajberti
- rajna
- ramazzini
- rameau
- ramusio
- randi
- ranieri
- rapisardi
- rastrelli
- ravagli
- ravel
- razzaguta
- reclus
- redi
- regaldi
- regalia
- reger
- reghini
- regina_di_luanto
- regnani
- regno_d_italia_1805_1814
- reinecke
- relazione_dell_atto_della_fede_etc
- renan
- renier_michiel
- rensi
- repubblica_romana_1849
- respighi
- retif_de_la_bretonne
- reuze
- reyer
- rezzonico
- ricchi
- ricchieri
- ricci
- ricci_paterno_castello
- ricci_umberto
- riccoboni
- righetti
- righi
- rignano
- rilke
- rimatori_siculo_toscani_del_dugento
- rime_dei_memoriali_bolognesi
- rimini
- rimskij_korsakov
- rinaldini
- ringhieri
- ripa
- ripamonti
- rizzatti
- roberti
- robida
- rocca
- roccatagliata_ceccardi
- rocca_enrico
- rocco
- roggero
- rohlfs
- rolando
- romagnoli
- romagnoli_augusto
- romani
- roma_e_la_opinione_etc
- romberg
- romussi
- roncaglia_gino
- rosa
- rosadi
- rosa_daniele
- rose
- rosetti
- rosi
- rosmini
- rosselli_carlo
- rosselli_nello
- rossi
- rossini
- rossi_emanuele
- rossi_giovanni
- rostand
- rousseau
- roussel
- rovani
- rovetta
- rubinstejn
- ruffini
- ruffini_francesco
- russo
- russolo
- ruzzante
- ryner
- sabatini
- sabatini_rafael
- sabbadini
- sacchetti
- sacchetti_roberto
- sacchi
- sacheli
- sacher_masoch
- saffi
- saffi_antonio
- saint_evremond
- saint_saens
- salanitro
- salfi
- salgari
- salimbene_da_parma
- sallustius
- salucci
- saluzzo_roero
- sangiorgio
- sannazaro
- santucci
- sanudo
- sanvittore
- sarasate
- sardegna_regno
- saredo
- sarno
- sarpi
- satta
- savarese
- savasta
- savinio
- savio
- savioli
- savi_lopez
- savonarola
- scarfoglio
- scarlatti
- scarpetta
- scarpetta_maria
- scartabellati
- schein
- schiaparelli
- schiavini
- schicchi
- schiller
- schioppa
- schmid
- schmidt
- schopenhauer
- schubert
- schumann
- schutz
- schwarz
- scilla
- scina
- scott
- scrofani
- scuto
- sebastian
- secchi
- sella
- seneca
- serafini
- serafino_aquilano
- serao
- sercambi
- serena
- serge
- sergi
- serra
- servi
- settembrini
- sfinge
- sforza
- shakespeare
- shaw
- shelley
- sicilia
- siciliani
- sidrac
- sienkiewicz
- sigonio
- siliprandi
- silva
- simpson
- sinding
- sismondi
- skrjabin
- slataper
- smetana
- sobrero
- sobrero_mario
- socci
- soler
- solera
- solmi
- solovev
- sommerfeld
- sonzogno
- sophocles
- sorbelli
- spampanato
- spaventa
- spaventa_filippi
- sperani
- speroni
- spinazzola
- spinelli
- spinoso
- spinoza
- spohr
- spontini
- stacpoole
- stael
- stampa
- statius
- stefanoni
- stein
- steiner
- stendhal
- stenhammar
- steno
- stephens
- sterne
- stevenson
- stewart
- stirner
- stoker
- storia_dei_paladini_di_francia
- storia_di_fra_michele_minorita
- stowe
- straparola
- strauss
- strauss_josef
- strauss_jr
- strauss_richard
- strenna_di_ascolti_per_il_natale
- stromboli
- suk
- sullivan
- supino
- suppe
- supplica_degli_stampatori_e_etc
- suzzara_verdi
- svendsen
- svevo
- swift
- sylos_labini
- synge
- szanto
- szymanowski
- tagore
- tanini
- tanini_alighiero
- tarabotti
- tarchetti
- targioni_tozzetti
- tartaglia
- tartini
- tartufari
- tassini
- tasso
- tassoni
- telemann
- teloni
- tempio
- tenca
- terentius
- tesoro_di_scienze_etc
- tessa
- testoni
- tettoni
- theuriet
- tholozan
- thomas
- thoreau
- thorpe
- thouar
- thovez
- thucydides
- tigri
- tilgher
- timmermans
- timpanaro
- tiraboschi
- titelouze
- tocco
- tolstoj
- tomei
- tommaseo
- torelli
- torelli_luigi
- torricelli
- tosco
- tosti
- tozzi
- traina
- trebbi
- treitschke
- trentin
- tresca
- trilussa
- trimmer
- troya
- tucci
- tumiati
- turco
- turgenev
- ubaldini
- uccellini
- uda
- ughetti
- ultimi_fatti_di_milano
- unesco
- unione_europea
- untersteiner
- urgnani
- vailati
- valera
- valery
- vallardi
- valles
- valletta
- valli
- valvason
- vannicola
- vanzetti
- varthema
- varvaro
- vasari
- vassallo
- vaticano
- venerandi
- venexiana
- veneziani
- venier
- veniero
- venosta
- venturi
- venturini
- venturi_adolfo
- verdi
- verdinois
- verdi_de_suzzara
- veresaev
- verga
- vergilius
- verne
- veronese
- verri_alessandro
- verri_pietro
- vertua
- vettori
- viaggi_di_gio_da_mandavilla
- viani
- vico
- vieuxtemps
- vigoni
- villa
- villabianca
- villani
- villani_matteo
- villari
- villiers_de_l_isle_adam
- vinci
- violante
- viotti
- viriglio
- viscnu_sarma
- vismara
- vitali
- vita_delitti
- vita_italiana_nel_cinquecento
- vita_italiana_nel_rinascimento
- vita_italiana_nel_risorgimento
- vita_italiana_nel_seicento
- vita_italiana_nel_settecento
- vita_italiana_nel_trecento
- vitruvius
- vivaldi
- vivante
- vivanti
- vives
- viviani
- viviani_raffaele
- vogue_melchior_de
- volin
- volpi
- volta
- voltaire
- volterra
- wagenaar
- wagner
- waldteufel
- wallace
- wallace_edgar
- wallace_lewis
- walpole
- wassermann
- weber
- wells
- wessely
- white_mario
- widmann
- wieniawski
- wilde
- wolf
- wolf_ferrari
- woolf
- world_wide_web_consortium
- wundt
- wu_ming
- wu_ming_1
- wu_ming_2
- wu_ming_5
- yambo
- yeats
- yriarte
- zagarrio
- zanazzo
- zandonai
- zanella
- zanghi
- zanotelli
- zavattero
- zena
- zhuang_zi
- zola
- zuccoli
-